ran cargo fmt
This commit is contained in:
parent
cf6528285c
commit
cad7827158
2 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,8 @@ const APP_ID: &str = "net.nickiel.joystick-controller-client";
|
|||
fn main() -> glib::ExitCode {
|
||||
env::set_var("gtk_csd", "0");
|
||||
|
||||
if let Err(e) = SimpleLogger::init(simplelog::LevelFilter::Debug, simplelog::Config::default()) {
|
||||
if let Err(e) = SimpleLogger::init(simplelog::LevelFilter::Debug, simplelog::Config::default())
|
||||
{
|
||||
error!("Failed to init the simplelogger!: {e}");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue