cargo fmt

This commit is contained in:
ice_iix 2021-01-19 08:25:39 -08:00
parent 883a3d8a98
commit 0f6e554d3b
1 changed files with 4 additions and 3 deletions

View File

@ -250,9 +250,10 @@ fn main2() {
WriteLogger::new(
LevelFilter::Trace,
Config::default(),
fs::File::create("client.log").unwrap()
)
]).unwrap();
fs::File::create("client.log").unwrap(),
),
])
.unwrap();
}
// TODO: combine with the in-game console logger