Skip to content

Conversation

@dsyme
Copy link
Contributor

@dsyme dsyme commented Oct 18, 2025

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 main Oct 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 free to 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.

3 participants