Skip to content

Commit

Permalink
lint: cargo clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Jan 9, 2025
1 parent 7575a6e commit d1cdadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nsis-process/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ fn kill(pid: u32) -> bool {
// `OpenProcess` would fail with ERROR_ACCESS_DENIED instead.
return error == ERROR_ACCESS_DENIED;
}
return true;
true
}
}

Expand Down

0 comments on commit d1cdadd

Please sign in to comment.