Skip to content

Commit fd79ca2

Browse files
committed
Fix alignment
1 parent f9ec7b6 commit fd79ca2

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,11 +11,11 @@ import (
1111

1212
func TestCreateTypedValidator(t *testing.T) {
1313
tests := []struct {
14-
obj client.Object
1514
errorList field.ErrorList
15+
obj client.Object
16+
name string
1617
expectPanic bool
1718
expectErr bool
18-
name string
1919
}{
2020
{
2121
obj: &v1beta1.HTTPRoute{},

0 commit comments

Comments
 (0)