From ed85ea69bd74d2914b8224c83d481e43179e7699 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 23 Aug 2020 09:42:30 +1000 Subject: cleanup of list context file --- pkg/gui/gui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/gui/gui.go') diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go index 155197752..c4d0bdf25 100644 --- a/pkg/gui/gui.go +++ b/pkg/gui/gui.go @@ -186,7 +186,7 @@ type stashPanelState struct { type menuPanelState struct { listPanelState - OnPress func(g *gocui.Gui, v *gocui.View) error + OnPress func() error } type commitFilesPanelState struct { -- cgit v1.2.3