From 420d91d09552e2fabb5fc0930bc3e1d8c69bdb52 Mon Sep 17 00:00:00 2001 From: Daniel Fan Date: Mon, 25 Mar 2024 06:27:20 -0700 Subject: [PATCH] fix lint issue Signed-off-by: Daniel Fan --- .../operandrequest/reconcile_operator_test.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/controllers/operandrequest/reconcile_operator_test.go b/controllers/operandrequest/reconcile_operator_test.go index da00e708..d4399d05 100644 --- a/controllers/operandrequest/reconcile_operator_test.go +++ b/controllers/operandrequest/reconcile_operator_test.go @@ -1,3 +1,19 @@ +// +// Copyright 2022 IBM Corporation +// +// 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 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + package operandrequest import (