Skip to content

Commit 3126050

Browse files
committed
Deleted trailing spaces
1 parent f0f15d8 commit 3126050

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • remove-json-keys/src/remove_json_keys/lib
  • translate-messages/src/translate_messages/lib

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ def debug(msg, cli=None, *args, **kwargs):
4545
data_val = getattr(cli.config, debug_key, f'cli.config key "{debug_key}" not found') if debug_key \
4646
else cli.config
4747
msg += f'\n{colors.gry}{data_val}{colors.nc}'
48-
48+
4949
if args: # use 'em
5050
msg = msg.format(*args, **kwargs)
51-
51+
5252
print(f'\n{colors.by}DEBUG: {msg}{colors.nc}')
5353

5454
def final_summary(msgs, summary_dict):

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ def debug(msg, cli=None, *args, **kwargs):
4545
data_val = getattr(cli.config, debug_key, f'cli.config key "{debug_key}" not found') if debug_key \
4646
else cli.config
4747
msg += f'\n{colors.gry}{data_val}{colors.nc}'
48-
48+
4949
if args: # use 'em
5050
msg = msg.format(*args, **kwargs)
51-
51+
5252
print(f'\n{colors.by}DEBUG: {msg}{colors.nc}')
5353

5454
def final_summary(msgs, summary_dict):

0 commit comments

Comments
 (0)