widgets(table): zig fmt

This commit is contained in:
00JCIV00 2024-09-25 17:39:00 -04:00 committed by Tim Culverhouse
parent 94e28654f9
commit 9615a41d1e

View file

@ -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,