diff --git a/src/runtime-rs/crates/runtimes/src/shim_mgmt/handlers.rs b/src/runtime-rs/crates/runtimes/src/shim_mgmt/handlers.rs index 94fd682eb..468ae539c 100644 --- a/src/runtime-rs/crates/runtimes/src/shim_mgmt/handlers.rs +++ b/src/runtime-rs/crates/runtimes/src/shim_mgmt/handlers.rs @@ -85,9 +85,7 @@ async fn generic_ip_table_handler( let body = Body::from(data); Response::builder().body(body).map_err(|e| anyhow!(e)) } - _ => { - Err(anyhow!("Failed to get iptable")) - } + _ => Err(anyhow!("Failed to get iptable")), }, Method::PUT => {