Run JuliaFormatter on more files, remove trailing whitespace#2374
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2374 +/- ##
==========================================
+ Coverage 86.39% 86.45% +0.06%
==========================================
Files 22 22
Lines 1573 1573
==========================================
+ Hits 1359 1360 +1
+ Misses 214 213 -1 ☔ View full report in Codecov by Sentry. |
|
The two syntaxes, with and without explicit |
Pull Request Test Coverage Report for Build 11497906386Details
💛 - Coveralls |
|
They are equivalent, yeah. I just think that the rationale for inserting |
yebai
left a comment
There was a problem hiding this comment.
Thanks @mhauru and @penelopeysm!
The only actual change is the change in
.JuliaFormatter.toml. Everything else is a consequence of running autoformatting and auto-whitespace-removal.This will clean-up the diff in #1887 a lot, since the formatter has already been run there.