nau / jscala

Scala macro that produces JavaScript from Scala code.
MIT License
205 stars 25 forks source link

Extra indentation in function literal #17

Open nafg opened 10 years ago

nafg commented 10 years ago

{ x: Int => x }

generates

function (x) {
    return x;
  };
nau commented 10 years ago

Oh, it's so boring :) I'll fix it anyway.

nafg commented 10 years ago

Was that a complement on my other bugs? :)

Thanks!

On Fri, Oct 25, 2013 at 5:39 AM, Alexander Nemish notifications@github.comwrote:

Oh, it's so boring :) I'll fix it anyway.

— Reply to this email directly or view it on GitHubhttps://github.com/nau/jscala/issues/17#issuecomment-27077340 .