This commit is contained in:
caandt 2025-06-09 23:33:50 -05:00
parent da4484d4f5
commit e6ef9e16d7
2 changed files with 7 additions and 7 deletions

View file

@ -47,7 +47,7 @@ pub const sz_inst = union(enum) {
} else {
try writer.print("[{s} {}]", .{ @tagName(value), n });
}
}
},
}
}
};