Skip to content

Commit 78df3d4

Browse files
committed
lint
1 parent 92415a7 commit 78df3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/reactivity/date.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ test('Date methods shared between deriveds', () => {
652652
return date.getFullYear();
653653
});
654654
const year2 = derived(() => {
655-
return (date.getTime(), date.getFullYear())
655+
return date.getTime(), date.getFullYear();
656656
});
657657

658658
render_effect(() => {

0 commit comments

Comments
 (0)