Skip to content

Commit 26071ab

Browse files
authored
Add newline at end of transifex-util.py
Add a newline at the end of the file for consistency.
1 parent 05f971d commit 26071ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

transifex-util.py

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

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

0 commit comments

Comments
 (0)