Skip to content

[tidy] Fix code formatting in compiler.go - #1919

Merged
pelikhan merged 1 commit into
mainfrom
tidy/code-formatting-2025-10-18-9550831ac3195b99
Oct 18, 2025
Merged

[tidy] Fix code formatting in compiler.go#1919
pelikhan merged 1 commit into
mainfrom
tidy/code-formatting-2025-10-18-9550831ac3195b99

Conversation

@dsyme

Copy link
Copy Markdown
Collaborator

Summary

This PR addresses code formatting issues identified by running make fmt on the codebase.

Changes Made

  • Fixed formatting in pkg/workflow/compiler.go: Added a blank line between functions to comply with Go formatting standards

Validation

✅ All formatting checks passed (make fmt)
✅ All linting checks passed (make lint)
✅ All workflow files recompiled successfully (make recompile)
✅ All tests passed (make test)

Details

The only change was adding a single blank line between the buildMainJob and generateMainJobSteps functions in pkg/workflow/compiler.go. This ensures consistent spacing between function definitions as per Go best practices.

AI generated by Tidy

@pelikhan
pelikhan merged commit 66a622b into mainOct 18, 2025
25 checks passed
@pelikhan
pelikhan deleted the tidy/code-formatting-2025-10-18-9550831ac3195b99 branch October 18, 2025 04:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@dsyme@pelikhan