mirror of
https://github.com/cheat/cheat.git
synced 2025-07-02 20:01:59 +02:00
Trivial
Deleted an unneeded space character.
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user