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

Indention bug: method call in for loop #58

Closed
ckruse opened this issue Oct 31, 2014 · 1 comment
Closed

Indention bug: method call in for loop #58

ckruse opened this issue Oct 31, 2014 · 1 comment
Labels

Comments

@ckruse
Copy link

ckruse commented Oct 31, 2014

The following statement gets indented wrong:

for item in order {
  moc
  .deleteObject(item)
}

It should indent the method call one level more deep. When leaving out the for loop indention works:

moc
  .deleteObject(item)
@bbatsov bbatsov added the bug label Oct 31, 2014
@ap4y ap4y mentioned this issue Jan 26, 2015
@ap4y
Copy link
Collaborator

ap4y commented Feb 23, 2015

fixed in #76.

@ap4y ap4y closed this as completed Feb 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants