Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Dec 31, 2024
1 parent 8675461 commit 0788053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_lineinput.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_each
li = ReVIEW::LineInput.new(io)

data = []
li.each { |l| data << l }
li.each { |l| data << l } # rubocop:disable Style/MapIntoArray
assert_equal content, data.join
end

Expand Down

0 comments on commit 0788053

Please sign in to comment.