[T4] warning cleanup (#1713)

* clean up warnings
* rustfmt
This commit is contained in:
Yeastplume
2018-10-10 16:56:15 +01:00
committed by Ignotus Peverell
parent e69b2ace70
commit d756da062a
7 changed files with 11 additions and 24 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ pub fn wallet_command(wallet_args: &ArgMatches, config: GlobalWalletConfig) {
let acct_mappings = api.accounts()?;
// give logging thread a moment to catch up
thread::sleep(Duration::from_millis(200));
display::accounts(acct_mappings, false);
display::accounts(acct_mappings);
Ok(())
});
if res.is_err() {