From 4bc927c3156105c4b18809e13a615cec5e9e5faf Mon Sep 17 00:00:00 2001 From: cuishuang Date: Wed, 25 Sep 2024 15:53:07 +0800 Subject: [PATCH] Formatting code with gofmt Signed-off-by: cuishuang --- cmd/controller/pprof.go | 1 + cmd/extensions/pprof.go | 1 + 2 files changed, 2 insertions(+) diff --git a/cmd/controller/pprof.go b/cmd/controller/pprof.go index a79e170e1b..f42733bd96 100644 --- a/cmd/controller/pprof.go +++ b/cmd/controller/pprof.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build profile // +build profile package main diff --git a/cmd/extensions/pprof.go b/cmd/extensions/pprof.go index 6c33f94d90..6c1bec83c8 100644 --- a/cmd/extensions/pprof.go +++ b/cmd/extensions/pprof.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build profile // +build profile package main