mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-07 22:02:56 +03:00
appease golangci-lint
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
package oscommands
|
package oscommands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"os/exec"
|
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/go-errors/errors"
|
"github.com/go-errors/errors"
|
||||||
@@ -59,7 +58,6 @@ func TestOSCommandOpenFileLinux(t *testing.T) {
|
|||||||
type scenario struct {
|
type scenario struct {
|
||||||
filename string
|
filename string
|
||||||
runner *FakeCmdObjRunner
|
runner *FakeCmdObjRunner
|
||||||
command func(string, ...string) *exec.Cmd
|
|
||||||
test func(error)
|
test func(error)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -119,7 +117,6 @@ func TestOSCommandOpenFileWindows(t *testing.T) {
|
|||||||
type scenario struct {
|
type scenario struct {
|
||||||
filename string
|
filename string
|
||||||
runner *FakeCmdObjRunner
|
runner *FakeCmdObjRunner
|
||||||
command func(string, ...string) *exec.Cmd
|
|
||||||
test func(error)
|
test func(error)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user