-
Notifications
You must be signed in to change notification settings - Fork 16
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
fix: remove trailing spaces where supported #210
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #210 +/- ##
==========================================
+ Coverage 93.24% 94.83% +1.59%
==========================================
Files 7 7
Lines 1080 1084 +4
Branches 200 200
==========================================
+ Hits 1007 1028 +21
+ Misses 66 53 -13
+ Partials 7 3 -4 ☔ View full report in Codecov by Sentry. |
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.
Nice fix!
1bfa388
to
edb250f
Compare
@lengau I played around with this a bit and it seems to be working fine! That is, no breakage that I could see |
2aca230
to
1b98f96
Compare
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.
🤩
Fixes #136
CRAFT-3358
tox
?