Skip to content

Comments

[tidy] Fix code formatting and indentation#2003

Merged
pelikhan merged 1 commit intomainfrom
tidy-code-formatting-2dc57c57eeffc02a
Oct 19, 2025
Merged

[tidy] Fix code formatting and indentation#2003
pelikhan merged 1 commit intomainfrom
tidy-code-formatting-2dc57c57eeffc02a

Conversation

@dsyme
Copy link
Contributor

@dsyme dsyme commented Oct 19, 2025

Summary

This PR tidies up the codebase by fixing formatting issues identified by make fmt.

Changes Made

  • Fixed indentation in pkg/workflow/reaction_discussion_test.go:
    • Corrected inconsistent use of spaces to use tabs (Go standard)
    • Applied gofmt formatting to ensure proper indentation throughout the test file

Validation

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

Details

The reaction_discussion_test.go file had inconsistent indentation using spaces instead of tabs. This has been corrected to follow Go's standard formatting conventions.

No functional changes were made - this is purely a formatting cleanup to maintain code consistency.

AI generated by Tidy

@pelikhan pelikhan merged commit bb9d40d into main Oct 19, 2025
25 checks passed
@pelikhan pelikhan deleted the tidy-code-formatting-2dc57c57eeffc02a branch October 19, 2025 23:29
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