From 665e111ae440d50c01fa244b0f4252dff25bf2ff Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Fri, 29 Nov 2024 08:07:16 +0000 Subject: [PATCH] fix: update code style Signed-off-by: Junjie Gao --- plugin/plugin.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plugin/plugin.go b/plugin/plugin.go index cd7d5b65..b894c888 100644 --- a/plugin/plugin.go +++ b/plugin/plugin.go @@ -34,10 +34,8 @@ import ( "github.com/notaryproject/notation-plugin-framework-go/plugin" ) -const ( - // maxPluginOutputSize is the maximum size of the plugin output. - maxPluginOutputSize = 10 * 1024 * 1024 // 10 MiB -) +// maxPluginOutputSize is the maximum size of the plugin output. +const maxPluginOutputSize = 10 * 1024 * 1024 // 10 MiB var executor commander = &execCommander{} // for unit test