Add missing newline

This commit is contained in:
Oliver-Akins 2024-02-06 22:07:49 -07:00
parent 11f01aed8d
commit bfc8a343b5

View file

@ -1,3 +1,3 @@
interface Game { interface Game {
readonly settings: ClientSettings; readonly settings: ClientSettings;
} }