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:?}") } }