Skip to content

Commit 5a95615

Browse files
committed
Deleted trailing spaces
1 parent 2cec336 commit 5a95615

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

remove-json-keys/src/remove_json_keys/lib/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
help=sn(
2222
args=['-h', '--help'], action='help'),
2323
version=sn(
24-
args=['-v', '--version'], action='store_true', exit=True, handler=lambda cli: log.version(cli) ),
24+
args=['-v', '--version'], action='store_true', exit=True, handler=lambda cli: log.version(cli)),
2525
docs=sn(
2626
args=['--docs'], action='store_true', exit=True, handler=lambda cli: url.open(cli.urls.docs)),
2727
debug=sn(
28-
args=['-V', '--debug'], nargs='?', const=True, metavar='TARGET_KEY' ),
28+
args=['-V', '--debug'], nargs='?', const=True, metavar='TARGET_KEY'),
2929
legacy_no_wizard=sn(
3030
replaced_by='no_wizard', args=['-W'])
3131
)

translate-messages/src/translate_messages/lib/settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
type=str, default_val='_locales'
1010
),
1111
target_langs=sn(
12-
args=['-t', '--target-langs', '--include-langs'], type=str, parser='csv' ),
12+
args=['-t', '--target-langs', '--include-langs'], type=str, parser='csv'),
1313
keys=sn(
1414
args=['-k', '--keys', '--include-keys', '--translate-keys'], type=str, parser='csv'),
1515
exclude_langs=sn(
@@ -31,11 +31,11 @@
3131
help=sn(
3232
args=['-h', '--help'], action='help'),
3333
version=sn(
34-
args=['-v', '--version'], action='store_true', exit=True, handler=lambda cli: log.version(cli) ),
34+
args=['-v', '--version'], action='store_true', exit=True, handler=lambda cli: log.version(cli)),
3535
docs=sn(
3636
args=['--docs'], action='store_true', exit=True, handler=lambda cli: url.open(cli.urls.docs)),
3737
debug=sn(
38-
args=['-V', '--debug'], nargs='?', const=True, metavar='TARGET_KEY' ),
38+
args=['-V', '--debug'], nargs='?', const=True, metavar='TARGET_KEY'),
3939
legacy_no_wizard=sn(
4040
replaced_by='no_wizard', args=['-W'])
4141
)

0 commit comments

Comments
 (0)