Skip to content

Commit

Permalink
chore: adds linting fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Jun 28, 2023
1 parent 0cbdcce commit d7b80f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trestlebot/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def run() -> None:
)

# Print the full commit sha
print(f' Commit Hash: {commit_sha}')
print(f" Commit Hash: {commit_sha}")

except Exception as e:
exit_code = handle_exception(e)
Expand Down

0 comments on commit d7b80f9

Please sign in to comment.