From b1c792853ecd7e369d2a0a382a86189f8a94c93c Mon Sep 17 00:00:00 2001 From: Elias Dalbeck Date: Fri, 6 Sep 2024 17:25:53 +0200 Subject: [PATCH] cargo fmt --- cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/main.rs b/cli/src/main.rs index 2e91a412..2b30071e 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -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"