format code with gofumpt
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -44,7 +44,7 @@ func TestValidateOutputPath(t *testing.T) {
|
||||
file := filepath.Join(dir, "file")
|
||||
err = os.WriteFile(file, []byte("hi"), 0644)
|
||||
assert.NilError(t, err)
|
||||
var testcases = []struct {
|
||||
testcases := []struct {
|
||||
path string
|
||||
err error
|
||||
}{
|
||||
|
||||
Reference in New Issue
Block a user