Skip to content

Commit 317c8d7

Browse files
committed
fmt
1 parent 931575b commit 317c8d7

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
@@ -775,7 +775,8 @@ mod test {
775775
resolver_ns_ip_version_test(resolver).await
776776
}
777777

778-
#[ignore] // This messes with the settings for the shared resolver which can interleave in negative ways with other tests.
778+
#[ignore]
779+
// This messes with the settings for the shared resolver which can interleave in negative ways with other tests.
779780
#[tokio::test]
780781
async fn setting_ns_ip_version_for_shared_resolver() {
781782
let resolver = HickoryDnsResolver::default();

0 commit comments

Comments
 (0)