Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartleeks committed Sep 4, 2019
1 parent 208795c commit 4018dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/keybindings/globalhandlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func NewCopyHandler(content *views.ItemWidget, statusbar *views.StatusbarWidget)

func (h CopyHandler) Fn() func(g *gocui.Gui, v *gocui.View) error {
return func(g *gocui.Gui, v *gocui.View) error {
var err error;
var err error
if wsl.IsWSL() {
err = wsl.TrySetClipboard(h.Content.GetContent())
} else {
Expand Down

0 comments on commit 4018dab

Please sign in to comment.