Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
garyyu committed Dec 22, 2018
1 parent 9584ca7 commit c380ab9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/src/libtx/slate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,10 @@ impl Slate {
"Optional participant messages do not match signatures".to_owned(),
))?;
} else {
info!("verify_messages - signature verified ok. Participant message: \"{}\"",
String::from_utf8_lossy(&msg.as_bytes()[..]));
info!(
"verify_messages - signature verified ok. Participant message: \"{}\"",
String::from_utf8_lossy(&msg.as_bytes()[..])
);
}
}
}
Expand Down

0 comments on commit c380ab9

Please sign in to comment.