Skip to content

Commit

Permalink
Fix whitespace 🔔
Browse files Browse the repository at this point in the history
  • Loading branch information
Jkovarik committed Jan 10, 2022
1 parent a71ea19 commit 71d66fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_adapter/message_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def load_nested_event(self, event):
if final_config:
self.__validate_json(final_config, 'config')
response['config'] = final_config
else:
else:
response['config'] = {}
if 'cumulus_message' in config:
response['messageConfig'] = config['cumulus_message']
Expand Down

0 comments on commit 71d66fd

Please sign in to comment.