Skip to content

Commit 07f9d23

Browse files
committed
Fix swiftlint issue
1 parent 5825c4c commit 07f9d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Products/Edit Product/Linked Products List Selector/ProductListSelector/ProductListMultiSelectorDataSource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Yosemite
55
/// Enables the user to select multiple products from a paginated list.
66
final class ProductListMultiSelectorDataSource: PaginatedListSelectorDataSource {
77
var customResultsSortOrder: ((ProductListItem, ProductListItem) -> Bool)?
8-
8+
99
typealias StorageModel = StorageProduct
1010

1111
// Observable list of the latest product IDs

0 commit comments

Comments
 (0)