run zig fmt on everything checked by CI

This commit is contained in:
Stevie Hryciw
2022-11-14 20:44:31 -08:00
committed by Isaac Freund
parent e999f9f472
commit 04f3067a79
40 changed files with 292 additions and 293 deletions

View File

@@ -193,7 +193,6 @@ fn renderOpcodes(
try renderOperand(writer, .instruction, inst.opname, inst.operands, extended_structs);
}
try writer.writeAll("};\n}\n};\n");
_ = extended_structs;
}
fn renderOperandKinds(