Skip to content

Commit

Permalink
Minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQuantumPhysicist committed Feb 6, 2024
1 parent 953ffa6 commit 2c4246e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wallet/wallet-cli-lib/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1183,8 +1183,8 @@ where

Ok(ConsoleCommand::Print(format!(
"The generated hex encoded signature is\n\n{}
\n\n\
The following qr code also contains the signature for easy transport:\n{}",
\n\n\
The following qr code also contains the signature for easy transport:\n{}",
result.to_hex(),
qr_code.encode_to_console_string_with_defaults(1)
)))
Expand Down

0 comments on commit 2c4246e

Please sign in to comment.