From 9c52957a0328b981a28d4f662aca34d1d263481d Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sat, 17 Aug 2024 10:23:27 -0700 Subject: [PATCH] spaces --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 89ebcab..00ab723 100644 --- a/src/main.rs +++ b/src/main.rs @@ -711,7 +711,7 @@ enum DownloadDecalError{ TexturePropertyInvalid, } impl std::fmt::Display for DownloadDecalError{ - fn fmt(&self, f: &mut std::fmt::Formatter<'_>)->std::fmt::Result{ + fn fmt(&self,f:&mut std::fmt::Formatter<'_>)->std::fmt::Result{ write!(f,"{self:?}") } }