Skip to content

Commit 0b9a141

Browse files
committed
tests: rustfmt
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
1 parent 2b66ce1 commit 0b9a141

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/addr.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ where
1111
A::Iter: Send,
1212
{
1313
task::block_on(async move {
14-
Ok(a.to_socket_addrs().await.map_err(|e| e.to_string())?.collect())
14+
Ok(a.to_socket_addrs()
15+
.await
16+
.map_err(|e| e.to_string())?
17+
.collect())
1518
})
1619
}
1720

0 commit comments

Comments
 (0)