style: format code with Prettier

This commit fixes the style issues introduced in cd2aaa3 according to the output
from Prettier.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-05-05 12:04:32 +00:00 committed by GitHub
parent cd2aaa355c
commit 27cd29de27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@ import { type Writable, get, writable } from "svelte/store";
import { type CartItem, type Item } from "./types";
import { getItemByUUID, postVerifyCart } from "./test-api";
function getLocal(): Record<string, CartItem> {
let localData: Record<string, CartItem> = {};

View file

@ -45,7 +45,7 @@ const routes = {
asyncComponent: () => import("./pages/PageBooking.svelte"),
loadingComponent: PageLoading,
conditions: [],
userData: { showNavBar: true, fullWidth: true }
userData: { showNavBar: true, fullWidth: true },
}),
"/ForOhFor": wrap({
component: Page404,