Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 26, 2023
1 parent bc701d4 commit 4caae62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/core/src/http/request.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
//! Http request.
use std::error::Error as StdError;
use std::fmt::{self, Formatter};use std::sync::Arc;
use std::fmt::{self, Formatter};
use std::sync::Arc;

use bytes::Bytes;
#[cfg(feature = "cookie")]
Expand Down

0 comments on commit 4caae62

Please sign in to comment.