Skip to content

Commit

Permalink
Update CLISpec whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Mar 12, 2021
1 parent 35987cb commit c1a5f9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/cli/test/unit/Cardano/CLISpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ spec = do

["wallet", "create", "from-recovery-phrase", "--help"] `shouldShowUsage`
[ "Usage: wallet create from-recovery-phrase [--port INT]"
, " WALLET_NAME"
, " WALLET_NAME "
, " [--address-pool-gap INT]"
, " Create a new wallet using a recovery phrase."
, ""
Expand All @@ -193,7 +193,7 @@ spec = do
]

["wallet", "create", "from-public-key", "--help"] `shouldShowUsage`
[ "Usage: wallet create from-public-key [--port INT] WALLET_NAME"
[ "Usage: wallet create from-public-key [--port INT] WALLET_NAME "
, " [--address-pool-gap INT]"
, " ACCOUNT_PUBLIC_KEY"
, " Create a wallet using a public account key."
Expand Down Expand Up @@ -272,7 +272,7 @@ spec = do

["transaction", "create", "--help"] `shouldShowUsage`
[ "Usage: transaction create [--port INT] WALLET_ID"
, " --payment PAYMENT [--metadata JSON]"
, " --payment PAYMENT [--metadata JSON] "
, " [--ttl DURATION]"
, " Create and submit a new transaction."
, ""
Expand Down Expand Up @@ -314,7 +314,7 @@ spec = do
]

["transaction", "list", "--help"] `shouldShowUsage`
[ "Usage: transaction list [--port INT] WALLET_ID [--start TIME]"
[ "Usage: transaction list [--port INT] WALLET_ID [--start TIME] "
, " [--end TIME] [--order ORDER]"
, " List the transactions associated with a wallet."
, ""
Expand Down

0 comments on commit c1a5f9d

Please sign in to comment.