From c475d6c2c94b0a2633ac06ece16d2722142cc14e Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 16:59:04 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in 7d8d19a according to the output from Prettier. Details: None --- front/src/lib/cart.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/front/src/lib/cart.ts b/front/src/lib/cart.ts index a452546..ad474d9 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 = {};