Skip to content

Commit db535af

Browse files
committed
chore: wip
1 parent b39e1eb commit db535af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nx-plugin/src/plugin/plugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
type CreateNodesContext,
44
type CreateNodesResult,
55
type CreateNodesV2,
6-
createNodesFromFiles
6+
createNodesFromFiles,
77
} from '@nx/devkit';
88
import { PROJECT_JSON_FILE_NAME } from '../internal/constants';
99
import { createTargets } from './target/targets';
@@ -59,5 +59,5 @@ export const createNodesV2: CreateNodesV2 = [
5959
configFiles,
6060
options,
6161
context,
62-
)
62+
),
6363
];

0 commit comments

Comments
 (0)