Skip to content

Commit 7257d41

Browse files
committed
Spaces added #10937
1 parent cb80c2b commit 7257d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Helper/Product/ProductList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function getDefaultViewMode($options = [])
101101
public function getDefaultSortField()
102102
{
103103
$currentCategory = $this->coreRegistry->registry('current_category');
104-
if($currentCategory){
104+
if ($currentCategory) {
105105
$currentCategorySortBy = $currentCategory->getDefaultSortBy();
106106
return $currentCategorySortBy;
107107
}

0 commit comments

Comments
 (0)