style: remove unnecessary semicolons after blocks

This commit is contained in:
2026-08-09 13:09:39 +02:00
committed by Gitea
parent 722865133d
commit cd1755693b
8 changed files with 15 additions and 15 deletions
@@ -71,7 +71,7 @@ describe('Selection', () => {
expect(input.attributes('name')).toBe('selection');
expect(input.element.matches(':checked')).toBe(false);
};
}
});
test('shows value from store', () => {