Skip to content

Commit

Permalink
chore: cargo-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb committed Apr 3, 2024
1 parent 60212ae commit 938a3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reqwest-tracing/src/reqwest_otel_span_builder.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use std::borrow::Cow;

use http::Extensions;
use matchit::Router;
use reqwest::header::{HeaderMap, HeaderValue};
use reqwest::{Request, Response, StatusCode as RequestStatusCode, Url};
use reqwest_middleware::{Error, Result};
use http::Extensions;
use tracing::{warn, Span};

use crate::reqwest_otel_span;
Expand Down

0 comments on commit 938a3a0

Please sign in to comment.