Skip to content

Commit dff992c

Browse files
committed
fix boilerplate
Signed-off-by: Karol Szwaj <[email protected]> On-behalf-of: @SAP [email protected]
1 parent eb22ab6 commit dff992c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/e2e/authorizer/authorizationmodes_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* /*
1+
/*
22
Copyright 2025 The KCP Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");

test/e2e/authorizer/utils.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ import (
2525
"testing"
2626
"time"
2727

28-
"github.com/kcp-dev/kcp/test/e2e/framework"
2928
"k8s.io/apimachinery/pkg/util/wait"
29+
30+
"github.com/kcp-dev/kcp/test/e2e/framework"
3031
)
3132

3233
func RunWebhook(ctx context.Context, t *testing.T, port string, response string) context.CancelFunc {

0 commit comments

Comments
 (0)