Optimize and format imports

[skip ci]
This commit is contained in:
topjohnwu
2025-04-08 09:56:57 -07:00
parent eb54bc1fd7
commit 9c7d359093
25 changed files with 64 additions and 67 deletions

View File

@@ -3,7 +3,7 @@ use std::fmt::Display;
use std::panic::Location;
use crate::logging::Formatter;
use crate::{log_with_args, log_with_formatter, LogLevel};
use crate::{LogLevel, log_with_args, log_with_formatter};
// Error handling throughout the Rust codebase in Magisk:
//