Skip to content

Commit 630a680

Browse files
committed
remove whitespace change
1 parent 8b9339b commit 630a680

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/node/entry.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ const main = async (args: Args, cliArgs: Args, configArgs: Args): Promise<void>
6565
...(args.cert && !args.cert.value
6666
? await generateCertificate()
6767
: {
68-
cert: args.cert && args.cert.value,
69-
certKey: args["cert-key"],
70-
}),
68+
cert: args.cert && args.cert.value,
69+
certKey: args["cert-key"],
70+
}),
7171
}
7272

7373
if (options.cert && !options.certKey) {

0 commit comments

Comments
 (0)