mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
zig fmt
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user