Skip to content

Commit 6a3f936

Browse files
committed
Remove unnecessary self operator
1 parent a2e6492 commit 6a3f936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Products/ProductsViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ private extension ProductsViewController {
680680

681681
func clearFilter(sourceBarButtonItem: UIBarButtonItem? = nil, sourceView: UIView? = nil) {
682682
ServiceLocator.analytics.track(.productListClearFiltersTapped)
683-
self.filters = FilterProductListViewModel.Filters()
683+
filters = FilterProductListViewModel.Filters()
684684
}
685685

686686
/// Presents products survey

0 commit comments

Comments
 (0)