Fix code style
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Quentin 2021-09-20 12:08:10 +02:00
parent f9fd13a48a
commit ffab1f6c4b
Signed by: quentin
GPG Key ID: A98E9B769E4FF428
2 changed files with 0 additions and 2 deletions

View File

@ -97,4 +97,3 @@ pub fn cleanup(ipt: &iptables::IPTables) -> Result<()> {
Ok(())
}

View File

@ -93,4 +93,3 @@ impl FirewallActor {
return Ok(());
}
}