mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
restore formatting diffs
This commit is contained in:
parent
83b46c8230
commit
a0f0fc34f5
2 changed files with 2 additions and 2 deletions
|
|
@ -222,4 +222,4 @@ impl Cha {
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
pub const fn is_sticky(&self) -> bool { unix_either!(self.mode & libc::S_ISVTX != 0, false) }
|
pub const fn is_sticky(&self) -> bool { unix_either!(self.mode & libc::S_ISVTX != 0, false) }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -241,4 +241,4 @@ impl<'de> Deserialize<'de> for Url {
|
||||||
let s = String::deserialize(deserializer)?;
|
let s = String::deserialize(deserializer)?;
|
||||||
Self::try_from(s).map_err(serde::de::Error::custom)
|
Self::try_from(s).map_err(serde::de::Error::custom)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue