From e803959f28e484321ead51ca6728ab74ccdfcc4d Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 13:09:34 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in e3e4e48 according to the output from Prettier. Details: None --- front/src/lib/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/lib/types.ts b/front/src/lib/types.ts index e79d2d9..85084f6 100644 --- a/front/src/lib/types.ts +++ b/front/src/lib/types.ts @@ -34,7 +34,7 @@ export type Checkout = { line2?: string; town: string; postcode: string; - } + }; }; export type JSONResponse = {