air: Fix indentation.
This commit is contained in:
parent
412bc8d92d
commit
97e56d63e5
|
|
@ -426,7 +426,7 @@ class AstronInternalRepository(ConnectionRepository):
|
|||
do.doId = doId
|
||||
self.addDOToTables(do, location=(parentId, zoneId))
|
||||
do.sendGenerateWithRequired(self, parentId, zoneId, optionalFields)
|
||||
do.generate()
|
||||
do.generate()
|
||||
|
||||
def requestDelete(self, do):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue