original:
<script src="@routes.Assets.versioned("javascripts/main.js")" type="text/javascript"></script>
Scala formatted:
<script src="@routes.Assets.versioned(" javascripts/main.js")" type="text/javascript"></script>
It is adding a space where the filename is, how can I fix this?
Is it better to have scala fmt somehow ignore js files?