From 23de32ce509c2f6a3e67862e76ef814881974ba4 Mon Sep 17 00:00:00 2001 From: a-sk Date: Thu, 29 Aug 2013 19:16:01 +0400 Subject: [PATCH] Remove odd new line --- cheat | 1 - 1 file changed, 1 deletion(-) diff --git a/cheat b/cheat index ce8592c..22007a8 100755 --- a/cheat +++ b/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)