Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes (attempt 2/3)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 10, 2024
1 parent c1dc462 commit 6935c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mitmproxy-rs/src/server/local_redirector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl LocalRedirector {
if !unistd::geteuid().is_root() {
Some(String::from("mitmproxy is not running as root"))
} else {
return None;
None
}

#[cfg(not(any(windows, target_os = "macos", target_os = "linux")))]
Expand Down

0 comments on commit 6935c27

Please sign in to comment.