From b150cab18f4bc59826b5ef1fbe7dd4d9c5fb5156 Mon Sep 17 00:00:00 2001 From: axel7083 <42176370+axel7083@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:37:26 +0100 Subject: [PATCH] fix: prettier Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> --- packages/backend/src/studio.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/backend/src/studio.ts b/packages/backend/src/studio.ts index a81f3fa22..15db733c0 100644 --- a/packages/backend/src/studio.ts +++ b/packages/backend/src/studio.ts @@ -96,10 +96,7 @@ export class Studio { const applicationManager = new ApplicationManager(gitManager, recipeStatusRegistry, this.#extensionContext); this.playgroundManager = new PlayGroundManager(this.#panel.webview); // Create catalog manager, responsible for loading the catalog files and watching for changes - this.catalogManager = new CatalogManager( - applicationManager.appUserDirectory, - this.#panel.webview, - ); + this.catalogManager = new CatalogManager(applicationManager.appUserDirectory, this.#panel.webview); // Creating StudioApiImpl this.studioApi = new StudioApiImpl(