Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
shiryel committed Mar 19, 2021
1 parent 959f23a commit 211f54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Saos.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
export let css_animation = "";
// cute litle reactive dispatch to get if is observing :3
const dispatch = createEventDispatcher();
const dispatch = createEventDispatcher();
$: dispatch('update', {'observing': observing});
// be aware... he's looking...
Expand Down

0 comments on commit 211f54b

Please sign in to comment.