style: ensure newlines at the end of each file

This commit is contained in:
2026-08-07 12:12:40 +02:00
parent f4f8993e87
commit c48b610e7a
68 changed files with 68 additions and 68 deletions
@@ -523,4 +523,4 @@ test.for([
({ settings: veryNestedSettingsList, path: ['1b', '2b', '3b', '4ba', '5b', '6b', '7a'], expected: undefined })
])('returns $expected', ({ settings, path, expected }) => {
expect(getSettingRecursively(path, settings)).toStrictEqual(expected);
});
});
@@ -60,4 +60,4 @@ describe('settingsPage', () => {
expect(getSettingsPagePathSegments(path)).toStrictEqual(expected);
});
})
})
})
@@ -810,4 +810,4 @@ describe('settingsValidator', () => {
expect(() => assertString(value)).throws(Error);
});
});
});
});