Skip to content

Commit d6f8200

Browse files
committed
zig fmt
1 parent 75b0538 commit d6f8200

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/std/net/test.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ test "parse IPv6 address, check raw bytes" {
7979

8080
const actual_raw = addr.in6.sa.addr[0..];
8181
try std.testing.expectEqualSlices(u8, expected_raw[0..], actual_raw);
82-
8382
}
8483

8584
test "parse and render IPv6 addresses" {

0 commit comments

Comments
 (0)