Skip to content

Commit 70406bd

Browse files
committed
cargo fmt
1 parent ba2a545 commit 70406bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/middleware/debug.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ impl Middleware for Debug {
2828
#[derive(Clone, Copy, Debug)]
2929
pub struct DebugRequest;
3030

31-
impl Middleware for DebugRequest{
31+
impl Middleware for DebugRequest {
3232
fn before(&self, req: &mut Request) -> Result<(), Box<Error + Send>> {
3333
println!(" version: {}", req.http_version());
3434
println!(" method: {:?}", req.method());

0 commit comments

Comments
 (0)