appease golangci-lint

This commit is contained in:
Jesse Duffield
2022-01-04 09:07:15 +11:00
parent efa743b52e
commit 3911575041
@@ -4,7 +4,6 @@
package oscommands
import (
"os/exec"
"testing"
"github.com/go-errors/errors"
@@ -59,7 +58,6 @@ func TestOSCommandOpenFileLinux(t *testing.T) {
type scenario struct {
filename string
runner *FakeCmdObjRunner
command func(string, ...string) *exec.Cmd
test func(error)
}
@@ -119,7 +117,6 @@ func TestOSCommandOpenFileWindows(t *testing.T) {
type scenario struct {
filename string
runner *FakeCmdObjRunner
command func(string, ...string) *exec.Cmd
test func(error)
}