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