Skip to content

Commit 3c9155c

Browse files
committed
Update indentation
1 parent c965373 commit 3c9155c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/WooShipping Create Shipping Labels/WooShipping Split Shipments/WooShippingSplitShipmentsViewModel.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ final class WooShippingSplitShipmentsViewModel: ObservableObject {
6565
}()
6666

6767
let viewModel = CollapsibleShipmentItemCardViewModel(parentShipmentId: "\(item.productOrVariationID)",
68-
childShipmentIds: childShipmentIds,
69-
item: item,
70-
currency: order.currency)
68+
childShipmentIds: childShipmentIds,
69+
item: item,
70+
currency: order.currency)
7171
viewModels.append(viewModel)
7272
}
7373
return viewModels

0 commit comments

Comments
 (0)