From 7d9dfc4b956eccdb2236159f67466fc5dd79088f Mon Sep 17 00:00:00 2001 From: sourabpramanik Date: Tue, 9 Jan 2024 01:44:18 +0530 Subject: [PATCH] fix: formatting in store --- .../project-[project]/functions/function-[function]/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/console/project-[project]/functions/function-[function]/store.ts b/src/routes/console/project-[project]/functions/function-[function]/store.ts index c5bd1d726..0bc01a1d4 100644 --- a/src/routes/console/project-[project]/functions/function-[function]/store.ts +++ b/src/routes/console/project-[project]/functions/function-[function]/store.ts @@ -24,4 +24,4 @@ export const repositories: Writable<{ repositories: [] }); -export const showCreateDeployment: Writable = writable(false); \ No newline at end of file +export const showCreateDeployment: Writable = writable(false);