Merge "Indent four spaces"

This commit is contained in:
Zuul 2019-05-20 04:15:04 +00:00 committed by Gerrit Code Review
commit a0bdee0e94
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'],
)