bun run zig-format

This commit is contained in:
cirospaciari
2025-05-30 11:50:26 +00:00
committed by Ciro Spaciari
parent bd69a85fc5
commit 04ec8a81e1

View File

@@ -35,7 +35,6 @@ pub fn getHTTP2CommonString(globalObject: *JSC.JSGlobalObject, hpack_index: u32)
const MAX_WINDOW_SIZE = std.math.maxInt(i32);
const MAX_HEADER_TABLE_SIZE = std.math.maxInt(u32);
const MAX_STREAM_ID = std.math.maxInt(i32);
const WINDOW_INCREMENT_SIZE = std.math.maxInt(u16);
const MAX_FRAME_SIZE = std.math.maxInt(u24);
const DEFAULT_WINDOW_SIZE = std.math.maxInt(u16);
const PaddingStrategy = enum {