-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
format: remove all leading whitespace on empty lines #4963
base: armcknight/test/starting-continuous-profiler-with-closed-sdk
Are you sure you want to change the base?
format: remove all leading whitespace on empty lines #4963
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## armcknight/test/starting-continuous-profiler-with-closed-sdk #4963 +/- ##
==================================================================================================
- Coverage 92.517% 92.504% -0.013%
==================================================================================================
Files 666 666
Lines 78960 78958 -2
Branches 28606 28600 -6
==================================================================================================
- Hits 73052 73040 -12
- Misses 5811 5820 +9
- Partials 97 98 +1
... and 10 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Performance metrics 🚀
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got tripped up because somehow a ton of these lines got edited in my Xcode while I prepared #4961 and is still causing me pain in #4855. i decided it'd just be easiest to wipe them out across the codebase and add the lint rule to prevent them from creeping back in.
I recommend enabling the trim whitespace-only lines option in Xcode or equivalent IDE (it wasn't previously enabled for me so I don't know why they got trimmed in the first place):
#skip-changelog