Skip to content

Commit c84087e

Browse files
authored
Update Configurable.php
1 parent ca471e4 commit c84087e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/code/Magento/Swatches/Block/Product/Renderer/Listing/Configurable.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,18 @@ public function getJsonConfig()
7272
*
7373
* @return string
7474
*/
75-
public function getPriceFormatJson(){
75+
public function getPriceFormatJson()
76+
{
7677
return $this->jsonEncoder->encode($this->localeFormat->getPriceFormat());
7778
}
7879

79-
8080
/**
8181
* Composes configuration for js price
8282
*
8383
* @return string
8484
*/
85-
public function getPricesJson(){
85+
public function getPricesJson()
86+
{
8687
return $this->jsonEncoder->encode($this->getPrices());
8788
}
8889

0 commit comments

Comments
 (0)