Skip to content

Conversation

@github-actions
Copy link
Contributor

Summary

This PR fixes a minor Go code formatting issue found by running make fmt.

Changes Made

  • Fixed formatting in pkg/workflow/tools_types.go: Added missing space after struct{ in the Tools struct definition to match Go formatting standards

Validation

✅ All steps completed successfully:

  1. ✅ Code formatted with make fmt
  2. ✅ Linting passed with make lint (no issues found)
  3. ✅ Workflows recompiled with make recompile (77 workflows compiled successfully)
  4. ✅ Tests passed with make test (all tests passing)
  5. ✅ Workflow files excluded from PR (as per tidy workflow guidelines)

Details

The formatting change ensures consistency with Go's standard formatting conventions. This was the only formatting issue detected across the entire codebase.


This PR was automatically generated by the tidy workflow to maintain code quality and consistency.

AI generated by Tidy

- Add space after 'struct{' to match Go formatting standards
- Applied via 'make fmt' to ensure consistency with project style
@pelikhan pelikhan merged commit 78174e6 into main Nov 15, 2025
4 checks passed
@pelikhan pelikhan deleted the tidy-code-formatting-20251115-131823-b83daafcf3246431 branch November 15, 2025 13:23
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.

2 participants