Skip to content

Commit

Permalink
Rubocop hates me, and it won't work in my VScode right now
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatRasputin committed Dec 18, 2024
1 parent 0db8993 commit 3def6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorter.lic
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Sorter
t << :separator
t << [{ value: type.strip, alignment: :center, colspan: 2 }]
t << :separator
items.each do |item, data|
items.each do |_item, data|
t << [data[:full_description].strip, data[:qty]]
end
end
Expand Down

0 comments on commit 3def6f9

Please sign in to comment.