From cb43d185ca4fcb66650cdba13783f5bc7d361e6c Mon Sep 17 00:00:00 2001 From: Ian Chamberlain Date: Sat, 30 Sep 2023 16:14:27 -0400 Subject: [PATCH] cargo fmt --- citro3d/src/attrib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))