From 832aff1d6fc0b14682a41050e4e68a9433e2c13c Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 14 Oct 2024 19:44:58 +0200 Subject: [PATCH] refactor: run zig fmt --- src/main.zig | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/main.zig b/src/main.zig index 45bf091..6b5a075 100644 --- a/src/main.zig +++ b/src/main.zig @@ -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',