Skip to content

Commit

Permalink
Prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed May 16, 2024
1 parent 7f780a3 commit c2427d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-ux/src/lib/components/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function createLocaleStores(settings: SettingsInput) {
}

function createShowDrawer() {
return writable(browser ? window.innerWidth >= breakpoints.md : true)
return writable(browser ? window.innerWidth >= breakpoints.md : true);
}

export function settings(settings: SettingsInput = {}): Settings {
Expand Down

0 comments on commit c2427d9

Please sign in to comment.