Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-net committed Sep 18, 2024
1 parent ca92e8e commit 6c65a96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ViewModel/ProductListItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ public function getItemHtml(
$this->cacheHelper->save($itemHtml, $productId);
}

return sprintf('<esi:include src="/%s?product_id=%s&store_id=%s" />',
Cache::PRODUCT_CARD_PATH, $productId, $storeId);
return sprintf(
'<esi:include src="/%s?product_id=%s&store_id=%s" />',
Cache::PRODUCT_CARD_PATH, $productId, $storeId
);
}

/**
Expand Down

0 comments on commit 6c65a96

Please sign in to comment.