format code

This commit is contained in:
Jesse Duffield 2020-09-29 17:57:10 +10:00
parent 914fb36173
commit b4a350259d

View file

@ -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