fmt
This commit is contained in:
parent
da4484d4f5
commit
e6ef9e16d7
|
|
@ -47,7 +47,7 @@ pub const sz_inst = union(enum) {
|
||||||
} else {
|
} else {
|
||||||
try writer.print("[{s} {}]", .{ @tagName(value), n });
|
try writer.print("[{s} {}]", .{ @tagName(value), n });
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue