From 234c1d20b7205b29b0d44c9b99812e5b95e44fe8 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Thu, 25 Jun 2026 18:54:16 +0100 Subject: [PATCH] style: fix prettier formatting in gdpr page --- frontend/src/routes/gdpr/+page.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/gdpr/+page.svelte b/frontend/src/routes/gdpr/+page.svelte index 2c5a85d..bdebdb0 100644 --- a/frontend/src/routes/gdpr/+page.svelte +++ b/frontend/src/routes/gdpr/+page.svelte @@ -253,7 +253,9 @@ } // eslint-disable-next-line svelte/no-navigation-without-resolve - function handleGotoAccount() { goto('/account'); } + function handleGotoAccount() { + goto('/account'); + } function handlePrint() { window.print();