Skip to content

[tidy] Fix struct field alignment in test code - #2061

Merged
pelikhan merged 1 commit into
mainfrom
tidy/code-formatting-20251021-020440-37c80bea98fa9223
Oct 21, 2025
Merged

[tidy] Fix struct field alignment in test code#2061
pelikhan merged 1 commit into
mainfrom
tidy/code-formatting-20251021-020440-37c80bea98fa9223

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Code Tidying Summary

This PR includes code formatting improvements from the automated tidy workflow.

Changes Made

Formatting Fixes:

  • ✅ Fixed struct field alignment in pkg/cli/logs_timeout_test.go
    • Aligned struct field names (name, timeout, elapsed, shouldTimeout) for better readability
    • Applied standard Go formatting conventions

Validation

  • make fmt - All code formatted successfully
  • make lint - No linting issues found
  • make recompile - All workflows recompiled successfully
  • make test - All tests passing

Details

The changes are purely cosmetic formatting improvements that align struct field declarations according to Go conventions. No functional changes were made.

Workflow Files Excluded: Changes to .github/workflows/*.lock.yml files were intentionally excluded from this PR as they are compiled artifacts.

AI generated by Tidy

Applied Go formatting to align struct field names for better readability.
@pelikhan
pelikhan merged commit f3c48c7 into mainOct 21, 2025
4 checks passed
@pelikhan
pelikhan deleted the tidy/code-formatting-20251021-020440-37c80bea98fa9223 branch October 21, 2025 02:12
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.

1 participant

@pelikhan