Revert "ksud: rust FMT"

This reverts commit 78eb3b0b22.
This commit is contained in:
Rifat Azad
2025-06-25 17:57:30 +06:00
parent 7f0eccd3d5
commit 39717b0a3f
20 changed files with 43 additions and 43 deletions

View File

@@ -14,7 +14,7 @@ use crate::{
#[cfg(any(target_os = "linux", target_os = "android"))]
use rustix::{
process::getuid,
thread::{set_thread_res_gid, set_thread_res_uid, Gid, Uid},
thread::{Gid, Uid, set_thread_res_gid, set_thread_res_uid},
};
#[cfg(any(target_os = "linux", target_os = "android"))]