style: ensure newlines at the end of each file

This commit is contained in:
2026-08-09 13:09:39 +02:00
committed by Gitea
parent f4f8993e87
commit 7ae4fb9a3f
68 changed files with 68 additions and 68 deletions
+1 -1
View File
@@ -121,4 +121,4 @@ describe('cssDimensions', () => {
])('ensureUnit returns $expected with input $dimension', ({ dimension, expected }) => {
expect(ensureUnit(dimension)).toBe(expected);
});
});
});