From b4a350259d3499f0c251651ad59dff97a86f02dd Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 29 Sep 2020 17:57:10 +1000 Subject: [PATCH] format code --- pkg/gui/quitting.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/gui/quitting.go b/pkg/gui/quitting.go index 34df87e92..fe5fececc 100644 --- a/pkg/gui/quitting.go +++ b/pkg/gui/quitting.go @@ -49,7 +49,6 @@ func (gui *Gui) handleTopLevelReturn(g *gocui.Gui, v *gocui.View) error { } } - repoPathStack := gui.State.RepoPathStack if len(repoPathStack) > 0 { n := len(repoPathStack) - 1