Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
desertkaz authored Nov 19, 2024
1 parent 0f5ee25 commit 7fc0801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinker.lic
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Tinker
elsif args.mechanisms
DRCC.get_adjust_tongs?('reset shovel', @bag, @bag_items, @belt, true) if @settings.adjustable_tongs
if @bag_items == nil
@bag_items = ["mechanisms"]
@bag_items = ["mechanisms"]
else
@bag_items.push("mechanisms") unless @bag_items.any? { |item| /mechanism/.match(item) }
end
Expand Down

0 comments on commit 7fc0801

Please sign in to comment.