Closed yousuketto closed 12 months ago
According to
git log de50d09a..e141ce17
this must be caused by e8b6ceb2542f90e7c1baa18cea5fcc3688a0d3ad
@tototoshi or also @yousuketto can you take a look here and provide a pull request if you have time? Also a test would be great, thanks! I may fix that, but have lots of other stuff to do, so it might take a while.
Fixed by
A whitespace after
if(condition) {...} else {...}
is not showing.Reproduction
scalaVersion = "2.13.12" sbt-twirl version:
1.6.2
(Reproduced in1.6.0-M1+38-e141ce17-SNAPSHOT
, Not reproduced in"1.6.0-M1+35-de50d09a-SNAPSHOT
)code
Execute in sbt console
Expected