Cargo fmt all the things

This commit is contained in:
Ignotus Peverell
2017-09-29 18:44:25 +00:00
parent 3b51180359
commit 8504efb796
57 changed files with 3678 additions and 2600 deletions
+2 -2
View File
@@ -374,10 +374,10 @@ fn wallet_command(wallet_args: &ArgMatches) {
dest = d;
}
wallet::issue_send_tx(&wallet_config, &key, amount, dest.to_string()).unwrap();
},
}
("info", Some(_)) => {
wallet::show_info(&wallet_config, &key);
},
}
_ => panic!("Unknown wallet command, use 'grin help wallet' for details"),
}
}