Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Apr 25, 2024
1 parent 4a333d2 commit 7af3841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tom_tns/hermes_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ def submit_to_hermes(hermes_message, files, request):
error_msg += f': {repr(e)}'
logger.error(error_msg)
messages.error(request, error_msg)
return None
return None

0 comments on commit 7af3841

Please sign in to comment.