Skip to content

Commit 94792f8

Browse files
committed
lint
1 parent 75ef3ae commit 94792f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cli/src/cmds/validator/options.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ export const validatorOptions: CliCommandOptions<IValidatorCliArgs> = {
257257

258258
useProduceBlockV3: {
259259
type: "boolean",
260-
description: "Enable/disable usage of produceBlockV3 pre deneb that might not be supported by all beacon clients yet",
260+
description:
261+
"Enable/disable usage of produceBlockV3 pre deneb that might not be supported by all beacon clients yet",
261262
defaultDescription: `${defaultOptions.useProduceBlockV3}`,
262263
},
263264

0 commit comments

Comments
 (0)