Made the bot happy

This commit is contained in:
mjarkk
2018-12-02 15:06:51 +01:00
parent 2edd2b74ff
commit c269ad1370

View File

@@ -34,7 +34,7 @@ func (gui *Gui) handleCreatePullRequestPress(g *gocui.Gui, v *gocui.View) error
}
func (gui *Gui) handleGitFetch(g *gocui.Gui, v *gocui.View) error {
gui.fetch(g, true)
_ = gui.fetch(g, true)
return nil
}