restore formatting diffs

This commit is contained in:
Ahmed Hassan 2025-07-30 06:37:56 +04:00
parent 83b46c8230
commit a0f0fc34f5
2 changed files with 2 additions and 2 deletions

View file

@ -222,4 +222,4 @@ impl Cha {
#[inline]
pub const fn is_sticky(&self) -> bool { unix_either!(self.mode & libc::S_ISVTX != 0, false) }
}
}

View file

@ -241,4 +241,4 @@ impl<'de> Deserialize<'de> for Url {
let s = String::deserialize(deserializer)?;
Self::try_from(s).map_err(serde::de::Error::custom)
}
}
}