mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-08 20:08:45 +03:00
Add newline to end of file
This commit is contained in:
parent
0b3d451873
commit
f596db966b
@ -65,7 +65,7 @@ def update_arb_file(source_path, target_path, language_code):
|
||||
if line.strip() == "":
|
||||
target_lines.insert(i, "")
|
||||
|
||||
write_to_file(target_path, "\n".join(target_lines))
|
||||
write_to_file(target_path, "\n".join(target_lines).strip() + "\n")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user