mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 08:58:28 +01:00
Remove odd new line
This commit is contained in:
parent
e662862b7b
commit
23de32ce50
1 changed files with 0 additions and 1 deletions
1
cheat
1
cheat
|
@ -141,7 +141,6 @@ def main():
|
|||
elif option in ['-c', '--create']:
|
||||
create_cheatsheet(' '.join(sys.argv[2:]), cheatsheets)
|
||||
|
||||
|
||||
# print the cheatsheet if it exists
|
||||
if keyphrase in cheatsheets:
|
||||
filename = os.path.join(cheatsheets[keyphrase], keyphrase)
|
||||
|
|
Loading…
Reference in a new issue