Skip to content

Commit

Permalink
Fix formatting nit
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed May 26, 2023
1 parent fae1b12 commit 34d41bd
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions zkg
Original file line number Diff line number Diff line change
Expand Up @@ -2474,8 +2474,9 @@ def argparser():
sub_parser.add_argument(
"--ignore-dirty-git",
action="store_true",
help="Allows installation of packages from 'dirty' git clones instead"
" of failing.",
help=(
"Allows installation of packages from 'dirty' git clones instead of failing."
)
)

# install
Expand Down Expand Up @@ -2521,8 +2522,9 @@ def argparser():
sub_parser.add_argument(
"--ignore-dirty-git",
action="store_true",
help="Allows installation of packages from 'dirty' git clones instead"
" of failing.",
help=(
"Allows installation of packages from 'dirty' git clones instead of failing."
)
)
add_uservar_args(sub_parser)

Expand Down Expand Up @@ -2584,8 +2586,9 @@ def argparser():
sub_parser.add_argument(
"--ignore-dirty-git",
action="store_true",
help="Allows installation of packages from 'dirty' git clones instead"
" of failing.",
help=(
"Allows installation of packages from 'dirty' git clones instead of failing."
)
)

# unbundle
Expand Down

0 comments on commit 34d41bd

Please sign in to comment.