Skip to content

Commit d8dc1b5

Browse files
committed
Moved line break
1 parent 21917c0 commit d8dc1b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

remove-json-keys/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ def update_changelog_url():
2424
logging.debug('Replacing existing Changelog URL...')
2525
else:
2626
logging.debug('Adding new Changelog URL...')
27+
2728
pyproject['project']['urls']['Changelog'] = changelog_url
2829
with open(pyproject_path, 'wb') as file : tomli_w.dump(pyproject, file)
29-
3030
logging.info(f"Bumped changelog URL ver tag to '{ver_tag}'!")
3131

3232
update_changelog_url()

translate-messages/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ def update_changelog_url():
2424
logging.debug('Replacing existing Changelog URL...')
2525
else:
2626
logging.debug('Adding new Changelog URL...')
27+
2728
pyproject['project']['urls']['Changelog'] = changelog_url
2829
with open(pyproject_path, 'wb') as file : tomli_w.dump(pyproject, file)
29-
3030
logging.info(f"Bumped changelog URL ver tag to '{ver_tag}'!")
3131

3232
update_changelog_url()

0 commit comments

Comments
 (0)