-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Remove trailing whitespace #9362
Conversation
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.
LGTM. We do still need an issue though, for our QA processes ;)
Thanks :) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #9362 +/- ##
==========================================
- Coverage 49.74% 43.98% -5.77%
==========================================
Files 178 178
Lines 14801 14801
==========================================
- Hits 7363 6510 -853
- Misses 6085 7090 +1005
+ Partials 1353 1201 -152
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Papiris <[email protected]>
Signed-off-by: Papiris <[email protected]>
d905bb5
to
25ed9f2
Compare
Proposed Changes
There were a few spots in the install.sh script with trailing whitespaces.
This PR removes those.
Types of Changes
bugfix, formatting
Verification
Open master branch and this PR in nano with highlighting of trailing spaces
Testing
Should be unnecessary
Linked Issues
This is so small, I didn't want to create an issue for it.
User-Facing Change
Further Comments