reformat all code

This commit is contained in:
Benjamin Fry
2019-10-14 11:47:52 -07:00
parent 735cf45e77
commit 31fbf66316
134 changed files with 2257 additions and 1816 deletions

View File

@@ -49,7 +49,8 @@ fn main() {
// Go through the list of resolution operations and wait for them to complete.
for (name, lookup) in futures.drain(..) {
let ips = runtime.block_on(lookup)
let ips = runtime
.block_on(lookup)
.expect("Failed completing lookup future")
.iter()
.collect::<Vec<_>>();