From 8a635a8e5bf8d23994d30d7d90b0318c27246a5d Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 5 Apr 2024 16:56:02 -0500 Subject: Lint Signed-off-by: Matt Strapp --- clients/www/src/routes/+layout.svelte | 6 +++--- clients/www/src/routes/+layout.ts | 2 +- clients/www/src/routes/+page.svelte | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'clients/www/src/routes') diff --git a/clients/www/src/routes/+layout.svelte b/clients/www/src/routes/+layout.svelte index 6567ed5..a651da6 100644 --- a/clients/www/src/routes/+layout.svelte +++ b/clients/www/src/routes/+layout.svelte @@ -11,8 +11,8 @@ - - {@html webManifest} + + {@html webManifest} @@ -36,5 +36,5 @@ {#await import('$lib/components/ReloadPrompt.svelte') then { default: ReloadPrompt }} - + {/await} diff --git a/clients/www/src/routes/+layout.ts b/clients/www/src/routes/+layout.ts index c8cacf0..189f71e 100644 --- a/clients/www/src/routes/+layout.ts +++ b/clients/www/src/routes/+layout.ts @@ -1 +1 @@ -export const prerender = true; \ No newline at end of file +export const prerender = true; diff --git a/clients/www/src/routes/+page.svelte b/clients/www/src/routes/+page.svelte index 84d1c45..e963da4 100644 --- a/clients/www/src/routes/+page.svelte +++ b/clients/www/src/routes/+page.svelte @@ -1,3 +1,3 @@ Zelda: Oracle of [Ages,Seasons] Passphrase Generator - \ No newline at end of file + -- cgit v1.2.3