ksud: fmt

This commit is contained in:
tiann
2023-02-21 13:10:32 +08:00
parent cfc457fa10
commit d7b4b22fe7

View File

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