Skip to content

Commit 37c3edf

Browse files
committedOct 23, 2021
alignment
1 parent d9bf5cd commit 37c3edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bcc-cli/src/Bcc/CLI/Sophie/Parsers.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ pGenesisCmd =
12231223
<> Opt.help "The number of genesis keys to make [default is 0]."
12241224
<> Opt.value 0
12251225
)
1226-
pGenesisNumVestedKeys :: Parser Word
1226+
pGenesisNumVestedKeys :: Parser Word
12271227
pGenesisNumVestedKeys =
12281228
Opt.option Opt.auto
12291229
( Opt.long "gen-vested-keys"

0 commit comments

Comments
 (0)
Please sign in to comment.