From 4869bade2320c9b4c8c721ae63c03eedbef06067 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Wed, 17 Oct 2018 21:12:19 -0400 Subject: [PATCH] whitespace cleanup --- comment.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comment.py b/comment.py index 85f7cfc..d830540 100755 --- a/comment.py +++ b/comment.py @@ -204,7 +204,6 @@ def beautify_lisp_string(in_string): if __name__ == '__main__': signal.signal(signal.SIGINT, orderly_exit) - if len(sys.argv) > 1: comment(sys.argv[1]) else: