cargo fmt
This commit is contained in:
parent
9d711d2b73
commit
972bf19188
@ -102,7 +102,8 @@ fn main() {
|
|||||||
.chain(std::io::stdout())
|
.chain(std::io::stdout())
|
||||||
.chain(fern::log_file("output.log").expect("could not open log output file"))
|
.chain(fern::log_file("output.log").expect("could not open log output file"))
|
||||||
// Apply globally
|
// Apply globally
|
||||||
.apply().expect("could not apply logger configuration");
|
.apply()
|
||||||
|
.expect("could not apply logger configuration");
|
||||||
|
|
||||||
log::info!("starting simulation thread");
|
log::info!("starting simulation thread");
|
||||||
// This thread schedules the simulator.
|
// This thread schedules the simulator.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user