From a80619449762cf58c6790f886b1afaf54a96e03d Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 29 Nov 2023 20:00:47 -0600 Subject: fmt --- azalea-protocol/src/resolver.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'azalea-protocol/src') diff --git a/azalea-protocol/src/resolver.rs b/azalea-protocol/src/resolver.rs index f803df23..af59be72 100755 --- a/azalea-protocol/src/resolver.rs +++ b/azalea-protocol/src/resolver.rs @@ -6,7 +6,7 @@ use std::net::{IpAddr, SocketAddr}; use thiserror::Error; use trust_dns_resolver::{ config::{ResolverConfig, ResolverOpts}, - TokioAsyncResolver, Name, + Name, TokioAsyncResolver, }; #[derive(Error, Debug)] @@ -62,8 +62,7 @@ pub async fn resolve_address(address: &ServerAddress) -> Result