Skip to content

Commit

Permalink
code fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertshelley committed Jan 6, 2025
1 parent bccdb9a commit aa79f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions silent/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pub use crate::cookie::cookie_ext::CookieExt;
#[cfg(feature = "multipart")]
pub use crate::core::form::{FilePart, FormData};
pub use crate::core::{
next::Next, path_param::PathParam, req_body::ReqBody, request::Request, res_body::full,
res_body::stream_body, res_body::ResBody, response::Response, listener::Listener, stream::Stream,
listener::Listener, next::Next, path_param::PathParam, req_body::ReqBody, request::Request,
res_body::full, res_body::stream_body, res_body::ResBody, response::Response, stream::Stream,
};
pub use crate::error::{SilentError, SilentResult as Result};
#[cfg(feature = "grpc")]
Expand Down

0 comments on commit aa79f96

Please sign in to comment.