Skip to content

Commit 70375ed

Browse files
authored
Merge pull request #60 from doublegate/copilot/sub-pr-57
fix(fmt): remove trailing whitespace in wraith-cli main.rs
2 parents 42e20c1 + 339564f commit 70375ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/wraith-cli/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,10 +707,10 @@ async fn receive_files(
707707
node.start().await?;
708708

709709
let listen_addr = node.listen_addr().await?;
710-
710+
711711
// Extract count before logging to avoid cleartext logging of sensitive trusted_peer_ids variable
712712
let trusted_peer_count = trusted_peer_ids.len();
713-
713+
714714
println!("WRAITH Receive Mode");
715715
println!("Version: {}", env!("CARGO_PKG_VERSION"));
716716
println!();

0 commit comments

Comments
 (0)