Skip to content

Commit

Permalink
Remove spacing
Browse files Browse the repository at this point in the history
Just a dummy commit mostly, CI is saying there's an unused variable that isn't there.
  • Loading branch information
sheodox committed Jul 31, 2023
1 parent a4e33b3 commit cf5546e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/(app)/[instance]/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
export let data;
const siteMeta = writable(data.site);
$: $siteMeta = data.site;
// there's an overlay that shows when navigating, but if the navigation is fast we don't want to show it,
Expand Down

0 comments on commit cf5546e

Please sign in to comment.