1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-31 20:37:06 +02:00
Deleted an unneeded space character.
This commit is contained in:
Chris Lane 2014-05-25 23:05:26 -04:00
parent 8677e0c35a
commit 371c0af156

@ -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)