diff options
Diffstat (limited to 'server/discover')
| -rw-r--r-- | server/discover/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/discover/src/main.rs b/server/discover/src/main.rs index 7247854d..3dcb96bf 100644 --- a/server/discover/src/main.rs +++ b/server/discover/src/main.rs @@ -21,8 +21,8 @@ use clap::Parser; use http_body_util::Full; use hurrycurry_protocol::registry::Entry; use hyper::{ - body::Bytes, header::HeaderValue, server::conn::http1, service::service_fn, Response, - StatusCode, + Response, StatusCode, body::Bytes, header::HeaderValue, server::conn::http1, + service::service_fn, }; use hyper_util::rt::TokioIo; use log::warn; |