Skip to content

Commit

Permalink
fix a lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ymtdzzz committed Sep 1, 2024
1 parent de7cc59 commit e488b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuiexporter/internal/tui/component/metric.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ func drawMetricHistogramChart(commands *tview.TextView, m *telemetry.MetricData)
return event
})

registerCommandList(commands, chart, nil, KeyMaps{})
registerCommandList(commands, chart, nil, KeyMaps{})

return chart
}
Expand Down

0 comments on commit e488b4f

Please sign in to comment.