Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
mindspank committed Feb 4, 2025
1 parent d3a1ed0 commit fbd1686
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web-common/src/features/file-explorer/new-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ export function getPathForNewResourceFile(
const allNames =
newKind === ResourceKind.Source || newKind === ResourceKind.Model
? // sources and models share the name
[
...fileArtifacts.getNamesForKind(ResourceKind.Source),
...fileArtifacts.getNamesForKind(ResourceKind.Model),
]
[
...fileArtifacts.getNamesForKind(ResourceKind.Source),
...fileArtifacts.getNamesForKind(ResourceKind.Model),
]
: fileArtifacts.getNamesForKind(newKind);

const { folderName, extension } = ResourceKindMap[newKind];
Expand Down

0 comments on commit fbd1686

Please sign in to comment.