Skip to content

Commit

Permalink
add missing newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Oct 30, 2024
1 parent ca5937a commit 7568b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,4 +471,4 @@ def test_map_legacy_to_django_language_code(self):
self.assertEqual("sr-latn", transifex_code)

transifex_code = map_legacy_to_django_language_code("zh_Hans")
self.assertEqual("zh-hans", transifex_code)
self.assertEqual("zh-hans", transifex_code)

0 comments on commit 7568b0a

Please sign in to comment.