Skip to content

Commit

Permalink
forcing rubocop to run again
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejcook committed Jun 8, 2024
1 parent d5ab2b9 commit 8afea6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory-manager.lic
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class InventoryManager
# We don't want the inventory_type here as it's extra noise, so we do a .to_s so container doesn't get updated by changing item later
container = (item.include?("eddy") ? "eddy" : item).to_s
item.concat(' (worn)')
elsif command == 'read my vault book' || inventory_type == 'shadow_servant'
elsif (command == 'read my vault book' || inventory_type == 'shadow_servant')
# When reading the vault book, items in a container are prefixed by 6 spaces
if line =~ /\s{6}(?:a|an|some) /
item.concat(" (in container - #{container})")
Expand Down

0 comments on commit 8afea6c

Please sign in to comment.