Skip to content

Commit cc9541b

Browse files
committed
fix: fix whitespace in analyser file
1 parent ed4267a commit cc9541b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/agentenv/analyser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func (a *analyser) Run(ctx context.Context, provider string, model string) error
5252
outputFile := filepath.Join(a.outputDir, analysisFileName)
5353
stdoutLogFile := filepath.Join(a.outputDir, "analyse.stdout.log")
5454
stderrLogFile := filepath.Join(a.outputDir, "analyse.stderr.log")
55-
55+
5656
if err := os.MkdirAll(filepath.Dir(a.outputDir), 0755); err != nil {
5757
return fmt.Errorf("failed to create output directory: %w", err)
5858
}

0 commit comments

Comments
 (0)