Indent four spaces

Change-Id: I73ed4e24f16b702cd39a1ee57cadade091693d20
This commit is contained in:
pengyuesheng 2019-05-20 10:21:26 +08:00
parent 840955c896
commit f820ab442e
1 changed files with 6 additions and 6 deletions

View File

@ -94,9 +94,9 @@ class UpdateForm(forms.SelfHandlingForm):
@handle_errors(_("Unable to update Action Execution"), [])
def handle(self, request, data):
return api.action_execution_update(
request,
data['action_execution_id'],
data['state'],
data['output'],
)
return api.action_execution_update(
request,
data['action_execution_id'],
data['state'],
data['output'],
)