mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 00:05:27 +01: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