Skip to content

Commit a82cc9c

Browse files
committed
[main] formatting
1 parent d04f6dd commit a82cc9c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

lib/fdiff/__main__.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,12 @@ def run(argv):
6565
)
6666
parser.add_argument("--external", type=str, help="Run external diff tool command")
6767

68-
parser.add_argument("--git", type=str, nargs=7, help="Act as a diff driver for git (takes 7 parameters)")
68+
parser.add_argument(
69+
"--git",
70+
type=str,
71+
nargs=7,
72+
help="Act as a diff driver for git (takes 7 parameters)",
73+
)
6974
# parser.add_argument("PREFILE", help="Font file path/URL 1")
7075
# parser.add_argument("POSTFILE", help="Font file path/URL 2")
7176

@@ -81,7 +86,6 @@ def run(argv):
8186
inputparser.add_argument("POSTFILE", help="Font file path/URL 2")
8287
inputparser.parse_args(positionals, namespace=inputs)
8388

84-
8589
# /////////////////////////////////////////////////////////
8690
#
8791
# Validations

0 commit comments

Comments
 (0)