From 27cd29de27eaa8db70e5b0f3826b7bfc7b2a716a Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 12:04:32 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in cd2aaa3 according to the output from Prettier. Details: None --- front/src/lib/cart.ts | 1 - front/src/routes.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/front/src/lib/cart.ts b/front/src/lib/cart.ts index fb55313..4186221 100644 --- a/front/src/lib/cart.ts +++ b/front/src/lib/cart.ts @@ -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 { let localData: Record = {}; diff --git a/front/src/routes.js b/front/src/routes.js index e5dcca3..62f894d 100644 --- a/front/src/routes.js +++ b/front/src/routes.js @@ -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,