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.
  • Loading branch information
adammathys committed Nov 28, 2024
1 parent c560453 commit 6d44a13
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 6d44a13

Please sign in to comment.