refactor: run zig fmt

This commit is contained in:
CJ van den Berg 2024-10-14 19:44:58 +02:00
parent f2ae12a298
commit 832aff1d6f
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -39,7 +39,6 @@ pub fn main() anyerror!void {
const a = std.heap.c_allocator; const a = std.heap.c_allocator;
const Flags = struct { const Flags = struct {
pub const description = pub const description =
application_title ++ " " ++ application_subtext ++ application_title ++ " " ++ application_subtext ++
@ -67,13 +66,9 @@ pub fn main() anyerror!void {
.version = "Show build version and exit.", .version = "Show build version and exit.",
}; };
pub const formats = .{ pub const formats = .{ .frame_rate = "num", .trace_level = "num", .exec = "cmds" };
.frame_rate = "num",
.trace_level = "num",
.exec = "cmds"
};
pub const switches = .{ pub const switches = .{
.frame_rate = 'f', .frame_rate = 'f',
.trace_level = 't', .trace_level = 't',
.language = 'l', .language = 'l',