formatter: Ensure the file ends with one newline

This commit is contained in:
James Westman 2023-11-04 15:57:31 -05:00
parent 703e2626dd
commit d39257cabf

View file

@ -225,4 +225,4 @@ class Formatter:
last_not_whitespace = item last_not_whitespace = item
return end_str return end_str.strip() + "\n"