Skip to content

Commit bfdbf66

Browse files
committed
Fix formatting in ws_transport.zig
1 parent f202459 commit bfdbf66

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/ws_transport.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,6 @@ pub const WsTransport = struct {
644644
}
645645
};
646646

647-
648647
// ============================================================================
649648
// Tests
650649
// ============================================================================
@@ -1153,7 +1152,6 @@ test "encodeFrame - exactly 126 bytes (triggers extended 16-bit length)" {
11531152
try std.testing.expectEqual(@as(usize, 2 + 2 + 4 + 126), frame.len);
11541153
}
11551154

1156-
11571155
test "Opcode values" {
11581156
try std.testing.expectEqual(@as(u4, 0x1), @intFromEnum(Opcode.text));
11591157
try std.testing.expectEqual(@as(u4, 0x2), @intFromEnum(Opcode.binary));

0 commit comments

Comments
 (0)