cargo fmt

rustfmt 0.6.1-stable (49279d71 2018-05-08)
This commit is contained in:
Greg Fitzgerald
2018-06-29 10:21:53 -06:00
committed by Grimes
parent e0dbbba8a3
commit 90dd794ae5

View File

@ -146,7 +146,7 @@ fn main() -> io::Result<()> {
if client.check_signature(&sig) {
println!("Signature found at bank id {:?}", id);
} else {
println!("Uh oh... Signature not found!");
println!("Uh oh... Signature not found!");
}
}
None => {