style: fix prettier formatting in gdpr page
Lint & Vuln Scan / Go vulnerabilities (push) Successful in 22s
Lint & Vuln Scan / Frontend lint & types (push) Failing after 1m6s

This commit is contained in:
2026-06-25 18:54:16 +01:00
parent eb9a9186c3
commit 234c1d20b7
+3 -1
View File
@@ -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();