scalacenter / scala-syntax

Scalameta pretty printer for better Scalafix refactorings
Apache License 2.0
17 stars 6 forks source link

Fix empty stats infix () #23

Closed MasseGuillaume closed 6 years ago

MasseGuillaume commented 6 years ago

new {} OP S would become new OP S

codecov[bot] commented 6 years ago

Codecov Report

Merging #23 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   86.37%   86.39%   +0.01%     
==========================================
  Files          15       15              
  Lines         800      801       +1     
  Branches       36       35       -1     
==========================================
+ Hits          691      692       +1     
  Misses        109      109
Impacted Files Coverage Δ
...main/scala/org/scalafmt/internal/TreePrinter.scala 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e3cff6a...b9d60d4. Read the comment docs.