Skip to content

Commit adf6c30

Browse files
committed
cleanup
1 parent 90319ce commit adf6c30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ func switchGridLayout() {
215215
newGrid.Set(
216216
ui.NewRow(1.0/2, // This row now takes half the height of the grid
217217
ui.NewCol(1.0/2, ui.NewRow(1.0, cpu1Gauge)), // ui.NewCol(1.0, ui.NewRow(1.0, cpu2Gauge))),
218-
219218
ui.NewCol(1.0/2, ui.NewRow(1.0, cpu2Gauge)), // ProcessInfo spans this entire column
220219
),
221220
ui.NewRow(1.0/4,

0 commit comments

Comments
 (0)