Skip to content

Commit 92a6e89

Browse files
authored
fix whitespaces
1 parent 85ffb60 commit 92a6e89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: app/code/Magento/CatalogRule/Test/Unit/Pricing/Price/CatalogRulePriceTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@ public function testGetValueFromData()
210210
{
211211
$catalogRulePrice = 7.1;
212212
$convertedPrice = 5.84;
213-
213+
214214
$this->priceCurrencyMock->expects($this->any())
215215
->method('convertAndRound')
216216
->with($catalogRulePrice)
217217
->will($this->returnValue($convertedPrice));
218-
218+
219219
$this->saleableItemMock->expects($this->once())->method('hasData')
220220
->with('catalog_rule_price')->willReturn(true);
221221
$this->saleableItemMock->expects($this->once())->method('getData')

0 commit comments

Comments
 (0)