Skip to content

Commit 2a810f7

Browse files
committed
chore: prettier fix
1 parent 2c44b44 commit 2a810f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/language-server/workspace/src/lib/get-project-graph-output.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export async function getProjectGraphOutput(workspacePath: string) {
2020
async function getCacheDir(workspacePath: string): Promise<string> {
2121
const importPath = await findNxPackagePath(
2222
workspacePath,
23-
join('src', 'utils', 'cache-directory.js')
23+
join('src', 'utils', 'cache-directory.js'),
2424
);
2525

2626
if (!importPath) {

0 commit comments

Comments
 (0)