From 4a8b150e73438b5466909302c03d9bd9052ba8f4 Mon Sep 17 00:00:00 2001 From: RadsammyT Date: Sat, 25 Apr 2026 16:56:06 -0400 Subject: [PATCH] zig fmt --- src/main.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.zig b/src/main.zig index b06fc7a..11cee04 100644 --- a/src/main.zig +++ b/src/main.zig @@ -1939,8 +1939,8 @@ fn updateSessionSpecifier(self: *Label, ptr: *anyopaque) !void { fn positionWidgets(ptr: *anyopaque) !void { var state: *UiState = @ptrCast(@alignCast(ptr)); - - // Offsets for custom bind placement. Declared here instead of the + + // Offsets for custom bind placement. Declared here instead of the // below if stmt as we need these for `battery_label` positioning. var x_offset: usize = 0; // To account for the first row of built-in key hints