Skip to content

Commit 79bf356

Browse files
committed
Fix line length violation
1 parent 92f45f2 commit 79bf356

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/OrderListViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,8 @@ extension OrderListViewController {
627627
/// Used when opening an order with deep link
628628
/// - Parameter orderID: ID of the order to select in the list.
629629
/// - Parameter isTriggeredByUserAction: Reflects if the order selection was triggered by a manual user action and not a view lifecycle update
630-
/// Practically if the `isTriggeredByUserAction` is true, then the order details will be force presented even if `selectedOrderID` is the same as the new `orderID`
630+
/// Practically if the `isTriggeredByUserAction` is true, then the order details will be force presented
631+
/// even if `selectedOrderID` is the same as the new `orderID`
631632
/// - Returns: Whether the order to select is in the list already (i.e. the order has been fetched and exists locally).
632633
func selectOrderFromListIfPossible(
633634
for orderID: Int64,

0 commit comments

Comments
 (0)