Skip to content

Commit

Permalink
Fix spacing at top of OrderShipping#ship method
Browse files Browse the repository at this point in the history
Newest version of Rubocop wants us to remove extra spacing at the top of
method bodies.

(cherry picked from commit 6d44a13)
  • Loading branch information
adammathys committed Dec 2, 2024
1 parent b0ce881 commit 8d92854
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/app/models/spree/order_shipping.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def ship_shipment(shipment, external_number: nil, tracking_number: nil, suppress
# @return The carton created.
def ship(inventory_units:, stock_location:, address:, shipping_method:,
shipped_at: Time.current, external_number: nil, tracking_number: nil, suppress_mailer: false)

carton = nil

Spree::InventoryUnit.transaction do
Expand Down

0 comments on commit 8d92854

Please sign in to comment.