Fix issue with formatting from std library updates
This commit is contained in:
parent
1a89e4ebf1
commit
c222d695e9
2 changed files with 2 additions and 2 deletions
|
|
@ -116,7 +116,7 @@ fn printTuple(tuple: anytype) void {
|
|||
// @field(foo, "x"); // returns the value at foo.x
|
||||
//
|
||||
// The first field should print as: "0"(bool):true
|
||||
print("\"{s}\"({s}):{any} ", .{
|
||||
print("\"{s}\"({any}):{any} ", .{
|
||||
field.???,
|
||||
field.???,
|
||||
???,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue