Fix format

This commit is contained in:
IntegratedQuantum 2025-07-28 17:47:56 +02:00
parent 0c8543160e
commit 167f8cd4b3

View File

@ -989,7 +989,6 @@ pub fn deinitDynamicIntArrayStorage() void {
pub fn DynamicPackedIntArray(size: comptime_int) type { // MARK: DynamicPackedIntArray
std.debug.assert(std.math.isPowerOfTwo(size));
return struct {
const Content = packed struct(usize) {
const alignment: std.mem.Alignment = .@"64";
bitSize: u5, // Fitting it into the 6 alignment bits