Skip to content

Commit c768825

Browse files
committed
lint
1 parent 862270f commit c768825

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/store/shared

1 file changed

+1
-1
lines changed

packages/svelte/src/store/shared/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export function derived(stores, fn, initial_value) {
168168
)
169169
);
170170
started = true;
171-
sync()
171+
sync();
172172
return function stop() {
173173
run_all(unsubscribers);
174174
cleanup();

0 commit comments

Comments
 (0)