Skip to content

style: add missing newline at end of files#6

Open
keyserfaty wants to merge 1 commit intomasterfrom
frase/change-background-color-blue
Open

style: add missing newline at end of files#6
keyserfaty wants to merge 1 commit intomasterfrom
frase/change-background-color-blue

Conversation

@keyserfaty
Copy link
Owner

Summary

Adds missing newline characters at the end of two JavaScript files to comply with POSIX standards and common coding conventions. This ensures all text files end with a newline character, which helps avoid issues with certain tools and version control systems.

Changes

  • Added newline at end of src/modules/config/selectors.js
  • Added newline at end of src/utils/libs/vfs_fonts.js

Testing

No functional changes were made. To verify:

  • Run existing test suite to ensure no regressions
  • Check that linters/formatters pass without warnings about missing newlines
  • Confirm files now end with proper newline characters using cat -e or similar tools

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