Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 committed Jan 19, 2024
1 parent bfd3e0a commit b150cab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/backend/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b150cab

Please sign in to comment.