Skip to content

Commit

Permalink
Merge pull request #432 from BDadmehr0/sync-line-fix
Browse files Browse the repository at this point in the history
Update sync.py - remove ` + "\n" `  line 698
  • Loading branch information
BaseMax authored Jan 6, 2025
2 parents 5f17c6d + ee56dc3 commit da97cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ def sync_file(file: Dict[str, Any]) -> None:

f.write(str(item) + "\n")

f.write(COMMENT_END + "\n")
f.write(COMMENT_END)

started = False
for line in lines:
Expand Down

0 comments on commit da97cbf

Please sign in to comment.