Skip to content

Commit 86d1977

Browse files
committed
style: fix cargo fmt
1 parent d78226d commit 86d1977

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@
4444
#[macro_use]
4545
extern crate log;
4646

47-
use std::borrow::Cow;
48-
use std::collections::BTreeMap;
49-
use std::sync::atomic::{AtomicBool, Ordering};
50-
use std::sync::{Arc, Mutex};
5147
use rocket::fairing::{Fairing, Info, Kind};
5248
use rocket::http::Status;
5349
use rocket::request::{local_cache_once, FromRequest, Outcome};
5450
use rocket::serde::Deserialize;
5551
use rocket::{fairing, Build, Data, Request, Response, Rocket};
5652
use sentry::protocol::SpanStatus;
5753
use sentry::{protocol, ClientInitGuard, ClientOptions, TracesSampler, Transaction};
54+
use std::borrow::Cow;
55+
use std::collections::BTreeMap;
56+
use std::sync::atomic::{AtomicBool, Ordering};
57+
use std::sync::{Arc, Mutex};
5858

5959
const TRANSACTION_OPERATION_NAME: &str = "http.server";
6060

0 commit comments

Comments
 (0)