Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 2717cb1

Browse files
authored
Removed empty line due to failing static test
1 parent 90b6803 commit 2717cb1

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/SalesRule/Model/Rule/Condition

1 file changed

+0
-1
lines changed

app/code/Magento/SalesRule/Model/Rule/Condition/Product.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public function validate(\Magento\Framework\Model\AbstractModel $model)
8080
$model->getBaseRowTotal()
8181
);
8282

83-
8483
if ('category_ids' == $this->getAttribute()) {
8584
return $this->validateAttribute($this->_getAvailableInCategories($product->getId()));
8685
}

0 commit comments

Comments
 (0)