Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra indentation in function literal #17

Open
nafg opened this issue Oct 25, 2013 · 2 comments
Open

Extra indentation in function literal #17

nafg opened this issue Oct 25, 2013 · 2 comments

Comments

@nafg
Copy link

nafg commented Oct 25, 2013

{ x: Int => x }

generates

function (x) {
    return x;
  };
@nau
Copy link
Owner

nau commented Oct 25, 2013

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

@nafg
Copy link
Author

nafg commented Oct 27, 2013

Was that a complement on my other bugs? :)

Thanks!

On Fri, Oct 25, 2013 at 5:39 AM, Alexander Nemish
[email protected]:

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


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants