Skip to content

Commit

Permalink
ksud: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Jan 30, 2024
1 parent c99b5b3 commit d43b405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/ksud/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ pub fn run() -> Result<()> {
Debug::Su => crate::ksu::grant_root(),
Debug::Mount => event::mount_systemlessly(defs::MODULE_DIR),
Debug::Xcp { src, dst } => {
utils::copy_sparse_file(&src, &dst)?;
utils::copy_sparse_file(src, dst)?;
Ok(())
}
Debug::Test => todo!(),
Expand Down

0 comments on commit d43b405

Please sign in to comment.