Skip to content

Commit f87c79d

Browse files
committed
Pointer receiver
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 2de58eb commit f87c79d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/tui/components/statusbar/statusbar.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (s *StatusBar) formatHelpString(bindings []key.Binding) string {
4646
}
4747

4848
// View renders the status bar
49-
func (s StatusBar) View() string {
49+
func (s *StatusBar) View() string {
5050
if s.help == nil {
5151
return ""
5252
}

0 commit comments

Comments
 (0)