Skip to content

Commit b8a57f3

Browse files
committed
remove whitespace change
1 parent f3d9783 commit b8a57f3

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
@@ -64,9 +64,9 @@ const main = async (args: Args, cliArgs: Args, configArgs: Args): Promise<void>
6464
...(args.cert && !args.cert.value
6565
? await generateCertificate()
6666
: {
67-
cert: args.cert && args.cert.value,
68-
certKey: args["cert-key"],
69-
}),
67+
cert: args.cert && args.cert.value,
68+
certKey: args["cert-key"],
69+
}),
7070
}
7171

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

0 commit comments

Comments
 (0)