Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-h-chamberlain committed Sep 30, 2023
1 parent 157bdbc commit cb43d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citro3d/src/attrib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl Info {
};

let Ok(idx) = ret.try_into() else {
return Err(crate::Error::TooManyAttributes)
return Err(crate::Error::TooManyAttributes);
};

Ok(Index(idx))
Expand Down

0 comments on commit cb43d18

Please sign in to comment.