Skip to content

Commit 75b5038

Browse files
authored
Fix code style issue
1 parent d525a5f commit 75b5038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InventoryInStorePickup/Model/SearchCriteria/ResolveIntersection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function resolve(
5757
}
5858

5959
$codes = $this->getPickupLocationIntersectionForSkus->execute($skus);
60-
if(!empty($codes)) {
60+
if (!empty($codes)) {
6161
$codes = implode(',', $codes);
6262
$searchCriteriaBuilder->addFilter(SourceInterface::SOURCE_CODE, $codes, 'in');
6363
}

0 commit comments

Comments
 (0)