refactor: run zig fmt
This commit is contained in:
parent
f2ae12a298
commit
832aff1d6f
1 changed files with 2 additions and 7 deletions
|
@ -39,7 +39,6 @@ pub fn main() anyerror!void {
|
|||
|
||||
const a = std.heap.c_allocator;
|
||||
|
||||
|
||||
const Flags = struct {
|
||||
pub const description =
|
||||
application_title ++ " " ++ application_subtext ++
|
||||
|
@ -67,13 +66,9 @@ pub fn main() anyerror!void {
|
|||
.version = "Show build version and exit.",
|
||||
};
|
||||
|
||||
pub const formats = .{
|
||||
.frame_rate = "num",
|
||||
.trace_level = "num",
|
||||
.exec = "cmds"
|
||||
};
|
||||
pub const formats = .{ .frame_rate = "num", .trace_level = "num", .exec = "cmds" };
|
||||
|
||||
pub const switches = .{
|
||||
pub const switches = .{
|
||||
.frame_rate = 'f',
|
||||
.trace_level = 't',
|
||||
.language = 'l',
|
||||
|
|
Loading…
Add table
Reference in a new issue