Skip to content

Commit

Permalink
Auto corrected by following Lint Ruby Lint/ParenthesesAsGroupedExpres…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
Awesome Code committed Feb 20, 2021
1 parent c2696bd commit 33c00de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/synvert/core/node_ext_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@

it 'get for range' do
node = parse('(1..10)')
expect(node.to_value).to eq (1..10)
expect(node.to_value).to eq(1..10)
end

it 'gets for array' do
Expand Down

0 comments on commit 33c00de

Please sign in to comment.