Skip to content

Commit caf0827

Browse files
committed
rubocop --only Layout/SpaceInsideBrackets -a
1 parent 9437671 commit caf0827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/react_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test_it_camelizes_props
88
{ double_nested: true },
99
1,
1010
'string item',
11-
[ { nested_array: {} }]
11+
[{ nested_array: {} }]
1212
]
1313
},
1414
'alreadyCamelized' => :ok
@@ -20,7 +20,7 @@ def test_it_camelizes_props
2020
{ 'doubleNested' => true },
2121
1,
2222
'string item',
23-
[ { 'nestedArray' => {} }]
23+
[{ 'nestedArray' => {} }]
2424
]
2525
},
2626
'alreadyCamelized' => :ok

0 commit comments

Comments
 (0)