formatting commit

This commit is contained in:
Victoria Brekenfeld 2022-01-18 19:42:56 +01:00
parent c46f327384
commit d78a06123f
6 changed files with 131 additions and 97 deletions

View file

@ -99,10 +99,9 @@ impl X11State {
.iter_mut()
.find(|s| s.output == output_ref)
{
if let Err(err) = surface.render_output(
&mut *x11_state.renderer.borrow_mut(),
&mut state.common,
) {
if let Err(err) = surface
.render_output(&mut *x11_state.renderer.borrow_mut(), &mut state.common)
{
slog_scope::error!("Error rendering: {}", err);
}
}