Skip to content

Commit 6935c27

Browse files
[autofix.ci] apply automated fixes (attempt 2/3)
1 parent c1dc462 commit 6935c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mitmproxy-rs/src/server/local_redirector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ impl LocalRedirector {
7777
if !unistd::geteuid().is_root() {
7878
Some(String::from("mitmproxy is not running as root"))
7979
} else {
80-
return None;
80+
None
8181
}
8282

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

0 commit comments

Comments
 (0)