fredrikekre / Runic.jl

A code formatter for Julia with rules set in stone.
MIT License
103 stars 3 forks source link

Revert "Don't use spaces around `..` (#74)" #93

Closed fredrikekre closed 1 day ago

fredrikekre commented 1 day ago

Behavior of .. is more tricky than :. Sometimes the space is required like in e.g. a .. -b which, formatted as a..-b, would give ParseError: invalid operator ..-.

This reverts commit 7d26dcf2687fc148e5cc038295351ef204e101e2.

codecov[bot] commented 1 day ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.76%. Comparing base (5b62e44) to head (55f9076). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #93 +/- ## ======================================= Coverage 90.76% 90.76% ======================================= Files 8 8 Lines 3682 3682 ======================================= Hits 3342 3342 Misses 340 340 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.