Skip to content

Commit d6a4019

Browse files
committed
chore: gofumpt
Signed-off-by: Mattia Lavacca <[email protected]>
1 parent 3472900 commit d6a4019

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

conformance/utils/suite/suite_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ func TestSuiteReport(t *testing.T) {
407407
})
408408
}
409409
}
410+
410411
func TestParseImplementation(t *testing.T) {
411412
testCases := []struct {
412413
name string

pkg/test/cel/grpcroute_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@ func TestGRPCRouteRule(t *testing.T) {
341341
}
342342
return rules
343343
}(),
344-
}}
344+
},
345+
}
345346

346347
for _, tc := range tests {
347348
t.Run(tc.name, func(t *testing.T) {

0 commit comments

Comments
 (0)