Skip to content

Commit 2838b02

Browse files
committed
prettier
1 parent 7d2d83e commit 2838b02

File tree

1 file changed

+1
-1
lines changed
  • documentation/examples/20-7guis/04-7guis-timer

1 file changed

+1
-1
lines changed

documentation/examples/20-7guis/04-7guis-timer/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
onMount(() => {
1010
let last_time = performance.now();
11-
11+
1212
let frame = requestAnimationFrame(function update(time) {
1313
frame = requestAnimationFrame(update);
1414

0 commit comments

Comments
 (0)