Skip to content

Commit e81d69a

Browse files
committed
Node prefix nit
1 parent 34dd66b commit e81d69a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/commands/cdxgen/run-cyclonedx.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { promises as fs } from 'fs'
2-
import { existsSync } from 'node:fs'
1+
import { existsSync, promises as fs } from 'node:fs'
32
import path from 'node:path'
43
import process from 'node:process'
54

0 commit comments

Comments
 (0)