Skip to content

Commit 302e492

Browse files
committed
chore: format
1 parent f829c85 commit 302e492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as uuidv4 from 'uuid/v4';
22
import { loadConfig } from 'snyk-config';
3-
import { readFileSync } from 'fs';
3+
import { readFileSync } from 'fs';
44

55
const config: Record<string, any> = loadConfig(__dirname + '/../..', {
66
secretConfig: process.env.CONFIG_SECRET_FILE,

0 commit comments

Comments
 (0)