diff --git a/citro3d/src/attrib.rs b/citro3d/src/attrib.rs index babdbbb..22003df 100644 --- a/citro3d/src/attrib.rs +++ b/citro3d/src/attrib.rs @@ -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))