Verified Commit 17e24bc4 authored by onyinyang's avatar onyinyang 🔒
Browse files

Minor fmt changes

parent 09626f88
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
use clap::Parser;
use futures::future;
use hyper::{
    server::conn::http1,
    service::service_fn,
};
use hyper::{server::conn::http1, service::service_fn};
use hyper_util::rt::TokioIo;
use tokio::net::TcpListener;