Commit d6f8200294

Andrew Kelley <andrew@ziglang.org>
2025-02-23 07:21:24
zig fmt
1 parent 75b0538
Changed files (1)
lib
std
lib/std/net/test.zig
@@ -79,7 +79,6 @@ test "parse IPv6 address, check raw bytes" {
 
     const actual_raw = addr.in6.sa.addr[0..];
     try std.testing.expectEqualSlices(u8, expected_raw[0..], actual_raw);
-
 }
 
 test "parse and render IPv6 addresses" {