Add LF at the end of a new file.

This commit is contained in:
Ben Rog-Wilhelm 2023-06-27 00:31:08 -05:00
parent 1332974792
commit fe44009208

View file

@ -10,4 +10,4 @@ class StateReport(enum.Enum):
Unreported = 0
Resolved = 1
Reported = 2
Ignored = 3
Ignored = 3