From 4dedabf2a659ee702cbcd93a482c63296910d5c6 Mon Sep 17 00:00:00 2001 From: Alexander Zielenski Date: Thu, 12 Oct 2023 15:51:25 -0700 Subject: [PATCH] test: fix boilerplate --- staging/src/k8s.io/apiserver/pkg/cel/common/equality_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/apiserver/pkg/cel/common/equality_test.go b/staging/src/k8s.io/apiserver/pkg/cel/common/equality_test.go index c1129efa896..8300d0a7f74 100644 --- a/staging/src/k8s.io/apiserver/pkg/cel/common/equality_test.go +++ b/staging/src/k8s.io/apiserver/pkg/cel/common/equality_test.go @@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,