mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Use underscore in unused arguments
This commit is contained in:
@@ -65,7 +65,7 @@ module Spree
|
||||
end
|
||||
|
||||
# Used when Adjustment#update! wants to update the related adjustment
|
||||
def compute_amount(*args)
|
||||
def compute_amount(*_args)
|
||||
amount.abs * -1
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user