diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml
index bf2bb31..f53cbf8 100644
--- a/.github/workflows/pr.yaml
+++ b/.github/workflows/pr.yaml
@@ -20,4 +20,4 @@ jobs:
- name: Build
run: bun run build
- name: Prisma Schema Check
- run: bun prisma:validate
\ No newline at end of file
+ run: bun prisma:validate
diff --git a/README.md b/README.md
index 332dd7b..35bbf0a 100644
--- a/README.md
+++ b/README.md
@@ -67,4 +67,4 @@ bun build
You can preview the production build with `bun run preview`.
-> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.
\ No newline at end of file
+> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.
diff --git a/messages/en.json b/messages/en.json
index 1ca60e3..8651435 100644
--- a/messages/en.json
+++ b/messages/en.json
@@ -1,4 +1,4 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"greeting": "Hello {name}!"
-}
\ No newline at end of file
+}
diff --git a/package.json b/package.json
index 4d4ab1c..6f5af34 100644
--- a/package.json
+++ b/package.json
@@ -77,4 +77,4 @@
"tailwind-merge": "^2.5.5",
"zod": "^3.24.0"
}
-}
\ No newline at end of file
+}
diff --git a/playwright.config.ts b/playwright.config.ts
index 01da0bd..b827979 100644
--- a/playwright.config.ts
+++ b/playwright.config.ts
@@ -7,4 +7,4 @@ export default defineConfig({
},
testDir: 'e2e',
-});
\ No newline at end of file
+});
diff --git a/project.inlang/settings.json b/project.inlang/settings.json
index 2494a80..d602d98 100644
--- a/project.inlang/settings.json
+++ b/project.inlang/settings.json
@@ -14,4 +14,4 @@
},
"sourceLanguageTag": "en",
"languageTags": ["en"]
-}
\ No newline at end of file
+}
diff --git a/src/lib/components/Navigation/Navbar/Navbar.svelte b/src/lib/components/Navigation/Navbar/Navbar.svelte
index a8ed87d..4b989d8 100644
--- a/src/lib/components/Navigation/Navbar/Navbar.svelte
+++ b/src/lib/components/Navigation/Navbar/Navbar.svelte
@@ -13,4 +13,4 @@
\ No newline at end of file
+
diff --git a/src/lib/i18n/index.ts b/src/lib/i18n/index.ts
index 72e0fff..95a7bf0 100644
--- a/src/lib/i18n/index.ts
+++ b/src/lib/i18n/index.ts
@@ -1,4 +1,4 @@
import * as runtime from '$lib/paraglide/runtime';
import { createI18n } from '@inlang/paraglide-sveltekit';
export * as messages from '$lib/paraglide/messages';
-export const i18n = createI18n(runtime);
\ No newline at end of file
+export const i18n = createI18n(runtime);
diff --git a/src/lib/server/auth/index.ts b/src/lib/server/auth/index.ts
index 3bbc2cc..1e0c16f 100644
--- a/src/lib/server/auth/index.ts
+++ b/src/lib/server/auth/index.ts
@@ -19,4 +19,4 @@ export async function validateSession(event: ServerLoadEvent) {
redirect(300, '/login');
}
return session;
-}
\ No newline at end of file
+}
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 99a3ae7..c75fd1b 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -15,4 +15,4 @@
@apply h-screen w-screen bg-base-100;
}
-
\ No newline at end of file
+
diff --git a/src/routes/+page.server.ts b/src/routes/+page.server.ts
index 8b2f3fd..c0f6e71 100644
--- a/src/routes/+page.server.ts
+++ b/src/routes/+page.server.ts
@@ -7,4 +7,4 @@ export async function load(event) {
return {
user: rest,
};
-}
\ No newline at end of file
+}
diff --git a/src/routes/app/+layout.server.ts b/src/routes/app/+layout.server.ts
index 8b2f3fd..c0f6e71 100644
--- a/src/routes/app/+layout.server.ts
+++ b/src/routes/app/+layout.server.ts
@@ -7,4 +7,4 @@ export async function load(event) {
return {
user: rest,
};
-}
\ No newline at end of file
+}
diff --git a/src/routes/app/+layout.svelte b/src/routes/app/+layout.svelte
index 8429527..94df874 100644
--- a/src/routes/app/+layout.svelte
+++ b/src/routes/app/+layout.svelte
@@ -14,4 +14,4 @@
-{@render children()}
\ No newline at end of file
+{@render children()}
diff --git a/vite.config.ts b/vite.config.ts
index 5d5048e..c1e2142 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -14,4 +14,4 @@ export default defineConfig({
test: {
include: ['src/**/*.{test,spec}.{js,ts}'],
},
-});
\ No newline at end of file
+});