Skip to content

Commit f749d29

Browse files
committed
Remove unnecessary blank lines in validateAgentFile function
1 parent 9c84277 commit f749d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/workflow/validation.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,10 +670,10 @@ func (c *Compiler) validateAgentFile(workflowData *WorkflowData, markdownPath st
670670
markdownDir := filepath.Dir(markdownPath)
671671
// Workflow is in .github/workflows, so go up two levels to get to repo root
672672
repoRoot := filepath.Join(markdownDir, "../..")
673-
673+
674674
var resolvedAgentPath string
675675
var foundInDefaultLocation bool
676-
676+
677677
// First, try the default .github/agents/ location
678678
defaultAgentPath := filepath.Join(repoRoot, ".github/agents", agentPath)
679679
defaultAgentPath = filepath.Clean(defaultAgentPath)

0 commit comments

Comments
 (0)