Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Created using spr 1.3.4
  • Loading branch information
sunshowers committed Nov 5, 2023
1 parent 66084c0 commit 1f3e925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal-dns-cli/src/bin/dnswait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async fn main() -> Result<()> {
info!(&log, "using system configuration");
let async_resolver =
hickory_resolver::AsyncResolver::tokio_from_system_conf()
.context("initializing resolver from system configuration")?;
.context("initializing resolver from system configuration")?;
Resolver::new_with_resolver(log.clone(), async_resolver)
} else {
let addrs = opt.nameserver_addresses;
Expand Down

0 comments on commit 1f3e925

Please sign in to comment.