mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-21 07:41:51 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
43acb069b7
commit
c50f7ba73b
2 changed files with 6 additions and 10 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue