diff --git a/router/src/server.rs b/router/src/server.rs index 911c77d8..599395e7 100644 --- a/router/src/server.rs +++ b/router/src/server.rs @@ -2512,4 +2512,4 @@ impl From for Event { pub enum WebServerError { #[error("Axum error: {0}")] Axum(#[from] axum::BoxError), -} \ No newline at end of file +}