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 7601738dc76..1fd19cf34d4 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb | |||
| @@ -40,7 +40,7 @@ foo = { # ruby-deep-indent-disabled | |||
| 40 | a: b | 40 | a: b |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | foo = { a: b | 43 | foo = { a: b, |
| 44 | a1: b1 | 44 | a1: b1 |
| 45 | } | 45 | } |
| 46 | 46 | ||