Skip to content

Commit 0d2936b

Browse files
authored
Fix missing newline at end of file
1 parent 17537a9 commit 0d2936b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transifex-util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ def _get_tx_token() -> str:
111111
PROJECT_SLUG = options.project_slug
112112
VERSION = options.version
113113

114-
globals()[options.cmd]()
114+
globals()[options.cmd]()

0 commit comments

Comments
 (0)