Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove multiple empty trailing newlines #3174

Closed
wants to merge 1 commit into from

Conversation

nyurik
Copy link
Member

@nyurik nyurik commented Jan 24, 2025

Some IDEs auto-fix these, and ensure there is at least one, so easier to keep them clean-ish in the repo with a single commit

To find it, i used these two commands with ripgrep:

rg -l -U '[^\n]\z' --type txt -g '!**vendor**'
rg -l -U '\n\n\z' --type txt -g '!**vendor**'

 Some IDEs auto-fix these, and ensure there is at least one, so easier to keep them clean-ish in the repo with a single commit
Copy link

Bloaty Results (iOS) 🐋

Compared to main

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  [ = ]       0  [ = ]       0    TOTAL

Full report: https://maplibre-native.s3.eu-central-1.amazonaws.com/bloaty-results-ios/pr-3174-compared-to-main.txt

@louwers
Copy link
Collaborator

louwers commented Jan 24, 2025

Let's fix all then and add it to CI #3176

@louwers louwers closed this Jan 24, 2025
@nyurik nyurik deleted the traillines branch January 24, 2025 19:46
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.

2 participants