From 808df20cdb308b879cb0a38b88c47d81ddfa48a1 Mon Sep 17 00:00:00 2001 From: Jingfang Liu Date: Mon, 15 Oct 2018 12:02:41 -0700 Subject: [PATCH] add missing lines after copyright (#468) --- internal/k8sdeps/configmapandsecret/kv_test.go | 1 + internal/k8sdeps/factory.go | 1 + 2 files changed, 2 insertions(+) diff --git a/internal/k8sdeps/configmapandsecret/kv_test.go b/internal/k8sdeps/configmapandsecret/kv_test.go index fb56e6fcb..939e231f5 100644 --- a/internal/k8sdeps/configmapandsecret/kv_test.go +++ b/internal/k8sdeps/configmapandsecret/kv_test.go @@ -13,6 +13,7 @@ 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 configmapandsecret import ( diff --git a/internal/k8sdeps/factory.go b/internal/k8sdeps/factory.go index a8bca1e64..e6276b617 100644 --- a/internal/k8sdeps/factory.go +++ b/internal/k8sdeps/factory.go @@ -10,6 +10,7 @@ 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 k8sdeps import (