@@ -65,7 +65,7 @@ |
||
| 65 | 65 | $propertyName = $this->channelPricingNameResolver->resolvePropertyName($channelCode); |
| 66 | 66 | $rangeQuery = new Range(); |
| 67 | 67 | |
| 68 | - $paramValue = $this->getQueryParamValue($minPrice , $maxPrice); |
|
| 68 | + $paramValue = $this->getQueryParamValue($minPrice, $maxPrice); |
|
| 69 | 69 | |
| 70 | 70 | if (null === $paramValue) { |
| 71 | 71 | return null; |