Skip to content

Commit 6278560

Browse files
committed
fix fmt
1 parent 9cce465 commit 6278560

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/client.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,10 @@ async fn http2_upgrade() {
389389
}
390390

391391
#[cfg(feature = "default-tls")]
392-
#[cfg_attr(feature = "http3-no-provider", ignore = "enabling http3 seems to break this, why?")]
392+
#[cfg_attr(
393+
feature = "http3-no-provider",
394+
ignore = "enabling http3 seems to break this, why?"
395+
)]
393396
#[tokio::test]
394397
async fn test_allowed_methods() {
395398
let resp = reqwest::Client::builder()

0 commit comments

Comments
 (0)