From c3d7d7db12d4870fc4499e0e3445d85ae89f2aea Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 8 Mar 2020 14:03:08 -0700 Subject: [PATCH] removed whitespace --- jc/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/cli.py b/jc/cli.py index fda0d106..7f16cf0e 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -188,7 +188,7 @@ def generate_magic_command(args): Returns a tuple with a boolean and a command, where the boolean signifies that the command is valid, and the command is either a command string or None. """ - + # Parse with magic syntax: jc -p ls -al if len(args) <= 1 or args[1].startswith('--'): return False, None