Skip to content

Commit 3235313

Browse files
committed
fmt
1 parent 23effac commit 3235313

File tree

1 file changed

+2
-1
lines changed
  • common/http-api-client/src

1 file changed

+2
-1
lines changed

common/http-api-client/src/dns.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,8 @@ mod test {
782782
resolver_ns_ip_version_test(resolver).await
783783
}
784784

785-
#[ignore] // This messes with the settings for the shared resolver which can interleave in negative ways with other tests.
785+
#[ignore]
786+
// This messes with the settings for the shared resolver which can interleave in negative ways with other tests.
786787
#[tokio::test]
787788
async fn setting_ns_ip_version_for_shared_resolver() {
788789
let resolver = HickoryDnsResolver::default();

0 commit comments

Comments
 (0)