Skip to content

Commit

Permalink
Fix linter error about whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
selanthiraiyan committed Dec 25, 2024
1 parent 9b69552 commit 0a43783
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ private extension ProductSelectorViewModel {
func resetFiltersUsingLocalProductsSettings() {
let action = AppSettingsAction.loadProductsSettings(siteID: siteID) { [weak self] (result) in
guard let self else { return }

switch result {
case .success(let settings):
let promotableProductType = settings.productTypeFilter.map { PromotableProductType(productType: $0, isAvailable: true, promoteUrl: nil) }
Expand Down

0 comments on commit 0a43783

Please sign in to comment.