diff --git a/src/service_gen.rs b/src/service_gen.rs index cfcbfe0..007cf4e 100644 --- a/src/service_gen.rs +++ b/src/service_gen.rs @@ -179,7 +179,7 @@ impl TwirpServiceGenerator { #mod_path::ProstTwirpError>> + Send + 'static>> { let static_service = ::std::sync::Arc::clone(&self.0); match req.uri().path() { - #(#match_arms),* + #(#match_arms)* _ => Box::pin(::futures::future::ok( #mod_path::ProstTwirpError::NotFound.into_hyper_response().unwrap() ))