mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 13:42:11 +01:00
Trivial
Deleted an unneeded space character.
This commit is contained in:
parent
8677e0c35a
commit
371c0af156
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ def colorize(sheet_content):
|
|||
|
||||
def die(message):
|
||||
""" Prints a message to stderr and then terminates """
|
||||
warn (message)
|
||||
warn(message)
|
||||
exit(1)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue