summaryrefslogtreecommitdiffstats
path: root/pkg/gui/presentation/graph/cell.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/presentation/graph/cell.go')
-rw-r--r--pkg/gui/presentation/graph/cell.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/gui/presentation/graph/cell.go b/pkg/gui/presentation/graph/cell.go
index 9ba7d92fb..e970c6dd2 100644
--- a/pkg/gui/presentation/graph/cell.go
+++ b/pkg/gui/presentation/graph/cell.go
@@ -121,6 +121,7 @@ func (cell *Cell) setLeft(style style.TextStyle) *Cell {
return cell
}
+//nolint:unparam
func (cell *Cell) setRight(style style.TextStyle, override bool) *Cell {
cell.right = true
if cell.rightStyle == nil || override {