fixed formatting in mods/ir.zig

This commit is contained in:
Lorenzo Torres 2025-08-07 04:08:45 +02:00
parent b1d092b6e3
commit 162800ac83

View file

@ -893,4 +893,4 @@ pub fn parseSingleExpr(parser: *Parser) !IR {
.indices = try state.indices.toOwnedSlice(state.allocator), .indices = try state.indices.toOwnedSlice(state.allocator),
.select_valtypes = &.{}, .select_valtypes = &.{},
}; };
} }