From 9615a41d1eddfe52bd4ab0577107319ea276bbfd Mon Sep 17 00:00:00 2001 From: 00JCIV00 Date: Wed, 25 Sep 2024 17:39:00 -0400 Subject: [PATCH] widgets(table): zig fmt --- src/widgets/Table.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/Table.zig b/src/widgets/Table.zig index f2aed03..b73b256 100644 --- a/src/widgets/Table.zig +++ b/src/widgets/Table.zig @@ -240,7 +240,7 @@ pub fn drawTable( .y_off = 0, .width = .{ .limit = col_width }, .height = .{ .limit = 1 }, - .border = .{ .where = if (table_ctx.header_borders and idx > 0) .left else .none } + .border = .{ .where = if (table_ctx.header_borders and idx > 0) .left else .none }, }); var hdr = switch (table_ctx.header_align) { .left => hdr_win,