Skip to content

Commit e2f9970

Browse files
committed
Deleted leading space
1 parent 327c7c3 commit e2f9970

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

project-markers/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def parse_args():
1818
argp.add_argument('-p', '--patch', action='store_true', help=msgs.help_PATCH)
1919
argp.add_argument('-n', '--no-commit', '--skip-commit', action='store_true', help=msgs.help_NO_COMMIT)
2020
argp.add_argument('-N', '--no-push', '--skip-push', action='store_true', help=msgs.help_NO_PUSH)
21-
argp.add_argument('-h', '--help', action='help', help=msgs.help_HELP)
21+
argp.add_argument('-h', '--help', action='help', help=msgs.help_HELP)
2222
return argp.parse_args()
2323

2424
def init_vers(project, bump_type):

remove-json-keys/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def parse_args():
2020
argp.add_argument('-p', '--patch', action='store_true', help=msgs.help_PATCH)
2121
argp.add_argument('-n', '--no-commit', '--skip-commit', action='store_true', help=msgs.help_NO_COMMIT)
2222
argp.add_argument('-N', '--no-push', '--skip-push', action='store_true', help=msgs.help_NO_PUSH)
23-
argp.add_argument('-h', '--help', action='help', help=msgs.help_HELP)
23+
argp.add_argument('-h', '--help', action='help', help=msgs.help_HELP)
2424
return argp.parse_args()
2525

2626
def init_vers(project, bump_type):

translate-messages/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def parse_args():
2020
argp.add_argument('-p', '--patch', action='store_true', help=msgs.help_PATCH)
2121
argp.add_argument('-n', '--no-commit', '--skip-commit', action='store_true', help=msgs.help_NO_COMMIT)
2222
argp.add_argument('-N', '--no-push', '--skip-push', action='store_true', help=msgs.help_NO_PUSH)
23-
argp.add_argument('-h', '--help', action='help', help=msgs.help_HELP)
23+
argp.add_argument('-h', '--help', action='help', help=msgs.help_HELP)
2424
return argp.parse_args()
2525

2626
def init_vers(project, bump_type):

0 commit comments

Comments
 (0)