From b8bb9be1670f24a3ae7273b1959fdff21f107cac Mon Sep 17 00:00:00 2001 From: Teresaliu Date: Thu, 11 Aug 2022 17:24:28 +0000 Subject: [PATCH] Update Copyright year and fix Code Style --- test/rekt/features/sinkbinding/feature.go | 2 +- test/rekt/resources/deployment/deployment.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/rekt/features/sinkbinding/feature.go b/test/rekt/features/sinkbinding/feature.go index 08e7dba74a7..396ff3c06dd 100644 --- a/test/rekt/features/sinkbinding/feature.go +++ b/test/rekt/features/sinkbinding/feature.go @@ -1,5 +1,5 @@ /* -Copyright 2021 The Knative Authors +Copyright 2022 The Knative Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/test/rekt/resources/deployment/deployment.yaml b/test/rekt/resources/deployment/deployment.yaml index 75db2193f78..925cdd67761 100644 --- a/test/rekt/resources/deployment/deployment.yaml +++ b/test/rekt/resources/deployment/deployment.yaml @@ -39,4 +39,5 @@ spec: - name: POD_NAME value: heartbeats - name: POD_NAMESPACE - value: {{ .namespace }} \ No newline at end of file + value: {{ .namespace }} +