From f9b1b05a35279cc63c3f9bddaf73752ea76d44ef Mon Sep 17 00:00:00 2001 From: Goksu Ceylan Date: Thu, 19 Feb 2026 08:42:37 -0500 Subject: [PATCH] fix formatting whitespace --- pkg/tools/shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tools/shell.go b/pkg/tools/shell.go index 4de5996c7..eb8d09ffd 100644 --- a/pkg/tools/shell.go +++ b/pkg/tools/shell.go @@ -80,7 +80,7 @@ func NewExecToolWithConfig(workingDir string, restrict bool, config *config.Conf execConfig := config.Tools.Exec enableDenyPatterns = execConfig.EnableDenyPatterns if enableDenyPatterns { - denyPatterns = append(denyPatterns, defaultDenyPatterns...) + denyPatterns = append(denyPatterns, defaultDenyPatterns...) if len(execConfig.CustomDenyPatterns) > 0 { fmt.Printf("Using custom deny patterns: %v\n", execConfig.CustomDenyPatterns) for _, pattern := range execConfig.CustomDenyPatterns {