Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed May 11, 2024
1 parent 8c8c1a8 commit 393ec48
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/poem/requestid/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
use poem::{
get, handler,
listener::TcpListener,
middleware::{
ReqId, RequestId, ReuseId,
Tracing,
},
middleware::{ReqId, RequestId, ReuseId, Tracing},
EndpointExt, Route,
};

Expand Down

0 comments on commit 393ec48

Please sign in to comment.