[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-07-26 16:52:49 +00:00 committed by Simon Hausmann
parent 43acb069b7
commit c50f7ba73b
2 changed files with 6 additions and 10 deletions

View file

@ -274,7 +274,8 @@ impl DrmOutput {
}
}
Err(format!("No available formats found for current plane with CRTC {:?}", self.crtc).into())
Err(format!("No available formats found for current plane with CRTC {:?}", self.crtc)
.into())
}
pub fn size(&self) -> (u32, u32) {