Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Oct 3, 2024
1 parent 2eb78bc commit 94c5741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ pub(crate) fn add_peer_routing(
.output()?;
check_command_output_status(output)?;
debug!("sysctl command executed successfully");
}
}
} else {
for allowed_ip in unique_allowed_ips {
debug!("Adding a route for allowed ip: {allowed_ip}");
Expand Down

0 comments on commit 94c5741

Please sign in to comment.