diff options
Diffstat (limited to 'test/indent/ruby.rb')
| -rw-r--r-- | test/indent/ruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index 344f16b3d13..daec1c30c69 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb | |||
| @@ -361,7 +361,7 @@ a.records().map(&:b).zip( | |||
| 361 | foo) | 361 | foo) |
| 362 | 362 | ||
| 363 | # FIXME: This is not consistent with the example below it, but this | 363 | # FIXME: This is not consistent with the example below it, but this |
| 364 | # ofset only happens if the colon is at eol, which wouldn't be often. | 364 | # offset only happens if the colon is at eol, which wouldn't be often. |
| 365 | # Tokenizing `bar:' as `:bar =>' would be better, but it's hard to | 365 | # Tokenizing `bar:' as `:bar =>' would be better, but it's hard to |
| 366 | # distinguish from a variable reference inside a ternary operator. | 366 | # distinguish from a variable reference inside a ternary operator. |
| 367 | foo(bar: | 367 | foo(bar: |