Skip to content

Commit 82eb45d

Browse files
committed
Fix Codacy Issue: 'Whitespace found at end of line' Code Style
1 parent 34409a8 commit 82eb45d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Sales/Model/Order/Invoice.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ public function cancel()
410410
if (!$this->canCancel()) {
411411
return $this;
412412
}
413-
414413
$order = $this->getOrder();
415414
$order->getPayment()->cancelInvoice($this);
416415
foreach ($this->getAllItems() as $item) {

0 commit comments

Comments
 (0)