Skip to content

Commit 3f8aa89

Browse files
committed
Apply black format
1 parent dcb5462 commit 3f8aa89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fprime/util/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ def add_special_parsers(
256256
nargs="+",
257257
default=[],
258258
type=Path,
259-
help="Exclude directories from formatting"
259+
help="Exclude directories from formatting",
260260
)
261-
261+
262262
return {
263263
"hash-to-file": run_hash_to_file,
264264
"info": run_info,

0 commit comments

Comments
 (0)