Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed May 18, 2024
1 parent 918b386 commit 552cd27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iroh-net/src/dns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ pub trait ResolverExt {
&self,
host: N,
timeout: Duration,

delays_ms: &[u64],
) -> impl Future<Output = Result<impl Iterator<Item = IpAddr>>>;

Expand All @@ -138,7 +137,6 @@ pub trait ResolverExt {
&self,
host: N,
timeout: Duration,

delays_ms: &[u64],
) -> impl Future<Output = Result<impl Iterator<Item = IpAddr>>>;

Expand Down

0 comments on commit 552cd27

Please sign in to comment.