refactor: use {t} format specifiers
This commit is contained in:
parent
b698fffd25
commit
9d758d9823
2 changed files with 6 additions and 8 deletions
|
|
@ -428,7 +428,7 @@ const Mask = struct {
|
|||
};
|
||||
inline for (flags) |f| {
|
||||
if (is(m, f)) {
|
||||
std.debug.print("{s} ", .{@tagName(f)});
|
||||
std.debug.print("{t} ", .{f});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue