Skip to content

Commit 7f592ed

Browse files
committed
Lint fixes
1 parent 2ebd575 commit 7f592ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/Settings/Beta features/BetaFeaturesViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,8 @@ private enum Row: CaseIterable {
410410
switch self {
411411
case .orderAddOns, .orderCreation, .stripeExtensionInPersonPayments, .canadaInPersonPayments, .productSKUInputScanner:
412412
return SwitchTableViewCell.self
413-
case .orderAddOnsDescription, .orderCreationDescription, .stripeExtensionInPersonPaymentsDescription, .canadaInPersonPaymentsDescription, .productSKUInputScannerDescription:
413+
case .orderAddOnsDescription, .orderCreationDescription, .stripeExtensionInPersonPaymentsDescription, .canadaInPersonPaymentsDescription,
414+
.productSKUInputScannerDescription:
414415
return BasicTableViewCell.self
415416
}
416417
}

0 commit comments

Comments
 (0)