Skip to content

Commit 06e8fbd

Browse files
author
Szymon.Poltorak
committed
chore: formatting
1 parent 5cd18e0 commit 06e8fbd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

packages/angular-mcp-server/src/lib/tools/ds/component/list-ds-components.tool.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,10 @@ export const listDsComponentsHandler = createHandler<
172172

173173
const documentationFiles: string[] = [];
174174
if (includeDocumentation && storybookDocsRoot) {
175-
const docsBasePath = resolveCrossPlatformPath(cwd, storybookDocsRoot);
175+
const docsBasePath = resolveCrossPlatformPath(
176+
cwd,
177+
storybookDocsRoot,
178+
);
176179
const docPaths = getComponentDocPathsForName(
177180
docsBasePath,
178181
componentName,
@@ -188,7 +191,10 @@ export const listDsComponentsHandler = createHandler<
188191

189192
let storiesFilePaths: string[] = [];
190193
if (includeStories && storybookDocsRoot) {
191-
const docsBasePath = resolveCrossPlatformPath(cwd, storybookDocsRoot);
194+
const docsBasePath = resolveCrossPlatformPath(
195+
cwd,
196+
storybookDocsRoot,
197+
);
192198
const storiesComponentFolderPath = path.join(
193199
docsBasePath,
194200
folderName,

0 commit comments

Comments
 (0)