Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
glemercier committed Oct 2, 2019
1 parent 77fbe19 commit 516f504
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion servers/src/grin/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ impl Server {
}

if enable_test_miner {
serv.start_test_miner(test_miner_wallet_url, serv.stop_state.clone());
serv.start_test_miner(test_miner_wallet_url, serv.stop_state.clone());
}

info_callback(serv);
Expand Down
2 changes: 1 addition & 1 deletion src/bin/grin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ fn real_main() -> i32 {
Ok(_) => 0,
Err(_) => 1,
}
},
}

// If nothing is specified, try to just use the config file instead
// this could possibly become the way to configure most things
Expand Down
2 changes: 1 addition & 1 deletion util/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use std::ops::Deref;
use backtrace::Backtrace;
use std::{panic, thread};

use crate::types::{self, LogLevel, LoggingConfig};
use crate::types::{LogLevel, LoggingConfig};

use log::{LevelFilter, Record};
use log4rs;
Expand Down

0 comments on commit 516f504

Please sign in to comment.