Skip to content

Commit 039f205

Browse files
committed
fmt
Signed-off-by: Keith Mattix II <[email protected]>
1 parent a5d4840 commit 039f205

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/socket.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,12 @@ fn header_included_ipv6() {
16011601
#[test]
16021602
#[cfg(all(
16031603
feature = "all",
1604-
any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")
1604+
any(
1605+
target_os = "android",
1606+
target_os = "fuchsia",
1607+
target_os = "linux",
1608+
target_os = "windows"
1609+
)
16051610
))]
16061611
fn original_dst() {
16071612
let socket = Socket::new(Domain::IPV4, Type::STREAM, None).unwrap();

0 commit comments

Comments
 (0)