Skip to content

Commit

Permalink
fix: update code style
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Nov 29, 2024
1 parent 5d6c89e commit 665e111
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 665e111

Please sign in to comment.