Skip to content

Commit 42cb4a8

Browse files
committed
[__main__] blacken
1 parent 8889264 commit 42cb4a8

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

lib/fdiff/__main__.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,8 @@ def run(argv):
6060
default=None,
6161
help="Comma separated list of tables to exclude",
6262
)
63-
parser.add_argument(
64-
"--head",
65-
type=int,
66-
help="Display first n lines of output"
67-
)
68-
parser.add_argument(
69-
"--tail",
70-
type=int,
71-
help="Display last n lines of output"
72-
)
63+
parser.add_argument("--head", type=int, help="Display first n lines of output")
64+
parser.add_argument("--tail", type=int, help="Display last n lines of output")
7365
parser.add_argument("PREFILE", help="Font file path 1")
7466
parser.add_argument("POSTFILE", help="Font file path 2")
7567

0 commit comments

Comments
 (0)