From 90dd794ae58bfe2687419a6efd41adb22113e6ce Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Fri, 29 Jun 2018 10:21:53 -0600 Subject: [PATCH] cargo fmt rustfmt 0.6.1-stable (49279d71 2018-05-08) --- src/bin/wallet.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/wallet.rs b/src/bin/wallet.rs index 3dcec0edf6..03b4460c4d 100644 --- a/src/bin/wallet.rs +++ b/src/bin/wallet.rs @@ -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 => {