style: run rustfmt
This commit is contained in:
parent
244463ee29
commit
d554e688e2
4 changed files with 13 additions and 11 deletions
|
@ -6,7 +6,9 @@ use crate::{
|
|||
threads::ThreadPool,
|
||||
};
|
||||
use std::{
|
||||
collections::HashMap, net::{Shutdown, TcpListener}, sync::Arc
|
||||
collections::HashMap,
|
||||
net::{Shutdown, TcpListener},
|
||||
sync::Arc,
|
||||
};
|
||||
|
||||
type DynHandlerFn = dyn Fn(Request) -> Response + Send + Sync;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
pub mod responses;
|
||||
pub mod requests;
|
||||
pub mod responses;
|
||||
|
|
Loading…
Reference in a new issue