From 998b63a35256ac985a5a2714dd1ca451af4dfd8a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 9 Oct 2024 00:41:20 -0700 Subject: chore(prettier): use spaces instead of tabs --- src/app.d.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/app.d.ts') diff --git a/src/app.d.ts b/src/app.d.ts index a0a37a46..1598a90b 100644 --- a/src/app.d.ts +++ b/src/app.d.ts @@ -4,20 +4,20 @@ import 'bun-types'; // See https://kit.svelte.dev/docs/types#app // for information about these interfaces declare global { - namespace App { - // interface Error {} + namespace App { + // interface Error {} - interface Locals { - user: AniList; - } + interface Locals { + user: AniList; + } - // interface PageData {} - // interface Platform {} - } + // interface PageData {} + // interface Platform {} + } - const umami: { - track: (event_name: string, event_data?: Record) => void; - }; + const umami: { + track: (event_name: string, event_data?: Record) => void; + }; } export {}; -- cgit v1.2.3