Skip to content

Commit e5f0ea9

Browse files
committed
cargo fmt
1 parent 0950a31 commit e5f0ea9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

sentry/src/routes/routers.rs

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,14 @@ pub fn analytics_router<C: Locked + 'static>() -> Router {
221221
#[cfg(test)]
222222
mod test {
223223
use super::*;
224-
use crate::{test_util::{setup_dummy_app}, Auth};
225-
use axum::{body::Body, http::{Request, StatusCode}};
226-
use primitives::test_util::{PUBLISHER, ADVERTISER, IDS, LEADER, FOLLOWER};
224+
use crate::{test_util::setup_dummy_app, Auth};
227225
use adapter::ethereum::test_util::GANACHE_1;
228-
use tower::{Service};
226+
use axum::{
227+
body::Body,
228+
http::{Request, StatusCode},
229+
};
230+
use primitives::test_util::{ADVERTISER, FOLLOWER, IDS, LEADER, PUBLISHER};
231+
use tower::Service;
229232

230233
#[tokio::test]
231234
async fn analytics_router_tests() {

0 commit comments

Comments
 (0)