mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-26 17:36:15 +00:00
style: format code with Prettier
This commit fixes the style issues introduced in 7d8d19a
according to the output
from Prettier.
Details: None
This commit is contained in:
parent
7d8d19a6e9
commit
c475d6c2c9
|
@ -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> = {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue