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 6c65a96 commit 763e440
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ViewModel/ProductListItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ public function getItemHtml(

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

Expand Down

0 comments on commit 763e440

Please sign in to comment.