Fixing clippy warnings

This commit is contained in:
Tomasz Drwięga
2016-05-04 15:22:22 +02:00
parent 58fd0175bf
commit 15a8860e8a
5 changed files with 10 additions and 9 deletions

View File

@@ -208,7 +208,7 @@ fn execute_client(conf: Configuration) {
}
fn flush_stdout() {
::std::io::stdout().flush().ok().expect("stdout is flushable; qed");
::std::io::stdout().flush().expect("stdout is flushable; qed");
}
fn execute_account_cli(conf: Configuration) {