Skip to content

style: remove trailing whitespace across codebase - #4286

Open
chungus-big wants to merge 1 commit into
code-charity:masterfrom
chungus-big:spaces-removed
Open

style: remove trailing whitespace across codebase#4286
chungus-big wants to merge 1 commit into
code-charity:masterfrom
chungus-big:spaces-removed

Conversation

@chungus-big

Copy link
Copy Markdown
Contributor

Summary

This PR removes unnecessary trailing whitespace characters across JavaScript, CSS, and configuration files to improve code hygiene and ensure clean git diffs in future contributions.

No logic, runtime behavior, or functional code has been modified.


Changes Overview

  • Core & Background: Cleaned up trailing whitespace in background.js and build files.
  • Extension & Web-Accessible Scripts (js&css/): Removed trailing whitespace in general, appearance, player, playlist, channel, and shortcut modules.
  • Menu & UI (menu/): Formatted Satus UI skeleton parts, components, and stylesheets.
  • Tests (tests/): Cleaned up test files and test configurations.

Testing & Quality Assurance

  • Unit Tests: Executed test suite via npm test (npx jest) — all 23 test suites (109 tests) passed successfully.
  • Linting: Verified with npm run lint — 0 errors/warnings.
  • Zero Functional Changes: Verified that changes only affect trailing whitespace at the ends of lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant