Skip to content

[tidy] Fix formatting in audit files#1148

Merged
pelikhan merged 1 commit intomainfrom
tidy/format-audit-files-021c1051cda4a5e9
Oct 2, 2025
Merged

[tidy] Fix formatting in audit files#1148
pelikhan merged 1 commit intomainfrom
tidy/format-audit-files-021c1051cda4a5e9

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Oct 2, 2025

Summary

This PR cleans up formatting issues found during automated code tidying.

Changes Made

  • Fixed trailing whitespace in pkg/cli/audit.go
  • Fixed trailing whitespace in pkg/cli/audit_test.go

Validation

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

Details

The changes were identified by go fmt and involve removing trailing whitespace to ensure consistent formatting across the codebase. These are purely cosmetic changes that improve code hygiene without affecting functionality.

Files changed:

  • pkg/cli/audit.go - 10 lines reformatted
  • pkg/cli/audit_test.go - 1 line reformatted

Generated by Agentic Workflow Run

- Remove trailing whitespace in audit.go
- Remove trailing whitespace in audit_test.go
- Ensure consistent formatting across codebase
@pelikhan pelikhan merged commit a8605a6 into main Oct 2, 2025
@pelikhan pelikhan deleted the tidy/format-audit-files-021c1051cda4a5e9 branch October 2, 2025 04:50
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.

1 participant