Skip to content

[tidy] Format code: align struct fields in permissions_test.go#1987

Merged
pelikhan merged 1 commit intomainfrom
tidy-code-formatting-1760896640-28ef786cfd65e028
Oct 19, 2025
Merged

[tidy] Format code: align struct fields in permissions_test.go#1987
pelikhan merged 1 commit intomainfrom
tidy-code-formatting-1760896640-28ef786cfd65e028

Conversation

@dsyme
Copy link
Copy Markdown
Collaborator

@dsyme dsyme commented Oct 19, 2025

Summary

This PR addresses code formatting issues identified by make fmt.

Changes Made

  • Code Formatting: Ran make fmt to format all Go code according to project standards
  • Struct Field Alignment: Fixed alignment of struct fields in pkg/workflow/permissions_test.go for better readability

Details

The Go formatter (gofmt) automatically aligned struct field declarations in test cases to improve code consistency and readability. Specifically:

  • Aligned field names and values in map literals within test cases
  • Improved visual consistency across permission scope declarations
  • No functional changes - purely cosmetic formatting improvements

Validation

  • make fmt - Code formatting completed successfully
  • make lint - No linting issues found
  • make recompile - All workflow files recompiled successfully
  • make test - All tests passing (100% pass rate)

Labels

This PR should be labeled with: automation

AI generated by Tidy

@pelikhan pelikhan merged commit fed6d36 into main Oct 19, 2025
25 checks passed
@pelikhan pelikhan deleted the tidy-code-formatting-1760896640-28ef786cfd65e028 branch October 19, 2025 17:59
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