Fixing clippy warnings
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user