Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
fix spacing issue #32
Browse files Browse the repository at this point in the history
  • Loading branch information
hyper-neutrino committed Aug 5, 2021
1 parent 8de6acb commit 5a96daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/msghooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def receive_message():
+ "\n\n"
+ "(created by "
+ str(message["user_name"])
+ "[here]"
+ " [here]"
+ "(https://chat.stackexchange.com/transcript/message/"
+ str(message["message_id"])
+ "))",
Expand Down

0 comments on commit 5a96daa

Please sign in to comment.