mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 14:01:36 +01:00
Trivial
Deleted an unneeded space character.
This commit is contained in:
parent
8677e0c35a
commit
371c0af156
@ -23,7 +23,7 @@ def colorize(sheet_content):
|
|||||||
|
|
||||||
def die(message):
|
def die(message):
|
||||||
""" Prints a message to stderr and then terminates """
|
""" Prints a message to stderr and then terminates """
|
||||||
warn (message)
|
warn(message)
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user