Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelPanic0x committed Sep 6, 2024
1 parent cb72ef0 commit b1c7928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ fn server_print_code(
)?;
#[cfg(not(feature = "clipboard"))]
writeln!(term, "\nThis wormhole's code is: {}", style(&code).bold())?;

writeln!(
term,
"On the other side, enter that code into a Magic Wormhole client\n"
Expand Down

0 comments on commit b1c7928

Please sign in to comment.