Skip to content

Commit 228eaab

Browse files
committed
Remove redundant white space
1 parent 4d15427 commit 228eaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Products/ProductSelector/ProductSelectorViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ private extension ProductSelectorViewModel {
435435
.dropFirst() // Drop initial value
436436
.removeDuplicates()
437437
.debounce(for: .milliseconds(500), scheduler: DispatchQueue.main)
438-
438+
439439
searchTermPublisher.combineLatest($filters.removeDuplicates())
440440
.sink { [weak self] searchTerm, filters in
441441
guard let self = self else { return }

0 commit comments

Comments
 (0)