Skip to content

Commit fc9d99c

Browse files
committed
Fix lint error
1 parent 6ad8ed2 commit fc9d99c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pkg/testutil/envtest.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,11 @@ func startManager(t testing.TB, ctx context.Context, mgr manager.Manager) <-chan
251251
// cascading deletion, use kind based testing instead.
252252
//
253253
// Also, for more control, you can use the individual functions separately.
254-
func SetUpEnvtestManager(t testing.TB, scheme *runtime.Scheme, opts ...EnvtestOption) manager.Manager {
254+
func SetUpEnvtestManager(
255+
t testing.TB,
256+
scheme *runtime.Scheme,
257+
opts ...EnvtestOption,
258+
) manager.Manager {
255259
t.Helper()
256260

257261
cfg := SetUpEnvtest(t, opts...)

0 commit comments

Comments
 (0)