this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

widgets(table): zig fmt

authored by

00JCIV00 and committed by
Tim Culverhouse
9615a41d 94e28654

+1 -1
+1 -1
src/widgets/Table.zig
··· 240 240 .y_off = 0, 241 241 .width = .{ .limit = col_width }, 242 242 .height = .{ .limit = 1 }, 243 - .border = .{ .where = if (table_ctx.header_borders and idx > 0) .left else .none } 243 + .border = .{ .where = if (table_ctx.header_borders and idx > 0) .left else .none }, 244 244 }); 245 245 var hdr = switch (table_ctx.header_align) { 246 246 .left => hdr_win,