Skip to content

Commit b447c4c

Browse files
committed
Fix failing prettier
1 parent bca4960 commit b447c4c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/cli.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { basename } from 'node:path';
1+
import { basename } from 'node:path';
22
import { parseArgs } from 'node:util';
33

44
import * as chalk from 'chalk';
@@ -168,4 +168,3 @@ export function parseCLI(): Options {
168168
process.exit(1);
169169
}
170170
}
171-

src/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@ if (extendURL) {
5656
} else {
5757
if (!userSDL) {
5858
userSDL = new Source(
59-
fs.readFileSync(
60-
path.join(__dirname, 'default-schema.graphql'),
61-
'utf-8',
62-
),
59+
fs.readFileSync(path.join(__dirname, 'default-schema.graphql'), 'utf-8'),
6360
fileName,
6461
);
6562
}

0 commit comments

Comments
 (0)