Skip to content

Commit

Permalink
style: ran cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Galitan-dev committed Feb 18, 2023
1 parent 41813a8 commit f686047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poem-openapi/src/base.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use std::{
collections::HashMap,
fmt::{self, Debug, Display},
marker::Send,
ops::Deref,
marker::Send
};

use poem::{endpoint::BoxEndpoint, http::Method, Error, FromRequest, Request, RequestBody, Result};
Expand Down

0 comments on commit f686047

Please sign in to comment.