From 529c457241eee8b15f413e714df564ff7549d845 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 11 May 2021 19:32:35 -0600 Subject: [PATCH] Silence linter by removing blank line --- util/patch/patch_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/util/patch/patch_test.go b/util/patch/patch_test.go index 69c32b8d720f..b00818a8c09c 100644 --- a/util/patch/patch_test.go +++ b/util/patch/patch_test.go @@ -36,7 +36,6 @@ import ( ) func TestPatchHelper(t *testing.T) { - t.Run("should patch an unstructured object", func(t *testing.T) { g := NewWithT(t)