spaces
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Quaternions 2024-08-17 10:23:27 -07:00
parent f5d50a0de2
commit 9c52957a03

View File

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