Skip to content

Commit 71fb8d7

Browse files
committed
spacing
1 parent 78e0a8b commit 71fb8d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ public function calculateVatAmount(Money $amount, Number $percentage): Money
191191
{
192192
$vatAmount = $amount->divide(100, 0)->multiply($percentage);
193193

194-
if ($vatAmount->isNegative()) {
195-
return Money::create(0);
194+
if ($vatAmount->isNegative()) {
195+
return Money::create(0);
196196
}
197197

198198
return $vatAmount;

0 commit comments

Comments
 (0)