Skip to content

Commit

Permalink
update_mailmap.py: Autofix (manually)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored and kdeldycke committed Aug 29, 2023
1 parent c6a9034 commit f17d612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/update_mailmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@
# Save content to .mailmap file.
mailmap_file.write_text(
"{}\n\n{}\n".format("\n".join(header_comments), "\n".join(sorted(mappings))),
encoding="utf-8"
encoding="utf-8",
)

0 comments on commit f17d612

Please sign in to comment.