ksud: fmt

This commit is contained in:
tiann
2023-02-21 13:10:32 +08:00
parent ba8ca1f9f2
commit 47bcccdce3

View File

@@ -124,4 +124,4 @@ pub fn umask(mask: u32) {
#[cfg(not(any(target_os = "linux", target_os = "android")))]
pub fn umask(_mask: u32) {
unimplemented!("umask is not supported on this platform")
}
}