Add missing newlines

This commit is contained in:
dreng
2023-05-14 22:30:31 +02:00
parent 1f9295dead
commit 3b1e69f2a5
9 changed files with 9 additions and 9 deletions
+2 -1
View File
@@ -15,4 +15,5 @@ class CoordinatesIndex(SearchIndex):
fields = (
('group', 100),
('device', 200),
)
)