Skip to content

Commit 95caaa9

Browse files
committed
Fix alignment 2
1 parent fd79ca2 commit 95caaa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/manager/validators_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import (
1111

1212
func TestCreateTypedValidator(t *testing.T) {
1313
tests := []struct {
14-
errorList field.ErrorList
15-
obj client.Object
1614
name string
15+
obj client.Object
16+
errorList field.ErrorList
1717
expectPanic bool
1818
expectErr bool
1919
}{

0 commit comments

Comments
 (0)