From 77e31bd1108d849d77019fb6c9973d0fccc98291 Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Wed, 15 Jan 2020 21:24:36 +0000 Subject: [PATCH] Fix: formatting --- test/e2e/apimachinery/namespace.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/e2e/apimachinery/namespace.go b/test/e2e/apimachinery/namespace.go index 92aa3e90ba7..b0068b68a99 100644 --- a/test/e2e/apimachinery/namespace.go +++ b/test/e2e/apimachinery/namespace.go @@ -250,12 +250,12 @@ var _ = SIGDescribe("Namespaces [Serial]", func() { func() { extinguish(f, 100, 0, 150) }) /* - Release : v1.18 - Testname: Namespace patching - Description: A Namespace is created. - The Namespace is patched. - The Namespace and MUST now include the new Label. - */ + Release : v1.18 + Testname: Namespace patching + Description: A Namespace is created. + The Namespace is patched. + The Namespace and MUST now include the new Label. + */ framework.ConformanceIt("should patch a Namespace", func() { ginkgo.By("creating a Namespace") namespaceName := "nspatchtest-" + string(uuid.NewUUID())