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

Issue with "Align the operands of an expression in an assignment spanning multiple lines" #1591

Closed
tmornini opened this issue Jan 21, 2015 · 0 comments
Assignees
Labels

Comments

@tmornini
Copy link

Hey there!

Just ran into this on:

          incoming_payment = Models::IncomingPayments[
                               id:      input['incoming-payment-id'],
                               user_id: @user[:id]]

Took me a while to figure out a way to make it happy:

          incoming_payment = Models::IncomingPayments[
                             id:      input['incoming-payment-id'],
                             user_id: @user[:id]]

This doesn't seem right to me. :-)

@jonas054 jonas054 self-assigned this Jan 23, 2015
@jonas054 jonas054 added the bug label Jan 23, 2015
bbatsov added a commit that referenced this issue Jan 24, 2015
[Fix #1591] Don't check #[] parameters in MultilineOperationIndentation
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

2 participants