mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
cargo fmt
This commit is contained in:
parent
a258be7aac
commit
b9377b5c33
@ -326,7 +326,10 @@ impl Window {
|
||||
}
|
||||
});
|
||||
}
|
||||
Err(err) => log::error!("Couldn't create screenshot due to renderer error: {:?}", err),
|
||||
Err(err) => log::error!(
|
||||
"Couldn't create screenshot due to renderer error: {:?}",
|
||||
err
|
||||
),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user