summaryrefslogtreecommitdiffstats
path: root/pkg/gui/branches_panel.go
diff options
context:
space:
mode:
authormjarkk <mkopenga@gmail.com>2018-12-02 15:06:51 +0100
committermjarkk <mkopenga@gmail.com>2018-12-02 15:06:51 +0100
commitc269ad137090479be68b5353a05f2ed036b3dfc0 (patch)
tree4cadef2636ea9cc94a05cc6638bb4f66eeb898d0 /pkg/gui/branches_panel.go
parent2edd2b74ff68d6f55172c728e9d5f0d2aea69684 (diff)
Made the bot happy
Diffstat (limited to 'pkg/gui/branches_panel.go')
-rw-r--r--pkg/gui/branches_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/branches_panel.go b/pkg/gui/branches_panel.go
index c62538d5c..13267f29d 100644
--- a/pkg/gui/branches_panel.go
+++ b/pkg/gui/branches_panel.go
@@ -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
}