Skip to content

Commit fe38863

Browse files
committed
rustfmt
1 parent 6e20037 commit fe38863

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sentry/src/routes/units_for_slot_test.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,14 @@ async fn test_targeting_input() {
238238
)]
239239
.into_iter()
240240
.collect();
241-
241+
242242
let _mock_guard = Mock::given(method("GET"))
243243
.and(path(format!("/slot/{}", ad_slot.ipfs)))
244244
.respond_with(ResponseTemplate::new(200).set_body_json(platform_response))
245245
.expect(1)
246246
.named("platform_slot")
247-
.mount(&mock_server).await;
247+
.mount(&mock_server)
248+
.await;
248249

249250
let response = get_units_for_slot(
250251
Extension(app.clone()),

0 commit comments

Comments
 (0)