style: ensure semicolons at line ends

This commit is contained in:
2026-08-07 16:58:15 +02:00
parent 05cf1df307
commit 977560ae7c
13 changed files with 32 additions and 32 deletions
@@ -59,5 +59,5 @@ describe('settingsPage', () => {
])('returns $expected', async ({ path, expected }) => {
expect(getSettingsPagePathSegments(path)).toStrictEqual(expected);
});
})
})
});
});