Browse Source

cargo fmt

pull/25/head
Ian Chamberlain 1 year ago
parent
commit
cb43d185ca
No known key found for this signature in database
GPG Key ID: AE5484D09405AA60
  1. 2
      citro3d/src/attrib.rs

2
citro3d/src/attrib.rs

@ -117,7 +117,7 @@ impl Info {
}; };
let Ok(idx) = ret.try_into() else { let Ok(idx) = ret.try_into() else {
return Err(crate::Error::TooManyAttributes) return Err(crate::Error::TooManyAttributes);
}; };
Ok(Index(idx)) Ok(Index(idx))

Loading…
Cancel
Save