Skip to content

Conversation

@github-actions
Copy link
Contributor

Summary

This PR fixes trailing whitespace issues found during code formatting with make fmt.

Changes Made

  • pkg/workflow/js/add_labels.cjs: Removed trailing whitespace from 6 lines
  • pkg/workflow/js/safe_output_validator.test.cjs: Removed trailing whitespace from 3 lines

Validation

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

Impact

This is a code quality improvement with no functional changes. The modifications:

  • Improve code consistency
  • Follow proper formatting standards
  • Eliminate unnecessary whitespace

These are minor whitespace-only changes that make the codebase cleaner and more maintainable.

AI generated by Tidy

- Remove trailing whitespace from add_labels.cjs
- Remove trailing whitespace from safe_output_validator.test.cjs

These changes improve code quality and consistency by following
proper formatting standards.
@pelikhan pelikhan merged commit d112606 into main Nov 23, 2025
4 checks passed
@pelikhan pelikhan deleted the tidy-whitespace-formatting-c13788cf6d05a787 branch November 23, 2025 20:38
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