Skip to content

Commit

Permalink
Opening brace should be on a new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundar committed Sep 7, 2018
1 parent 7965c9b commit 44fe03f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/code/Magento/Customer/Model/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,8 @@ public function beforeDelete()
*
* @return $this
*/
public function beforeSave() {
public function beforeSave()
{
// Need to use attribute set or future updates can cause data loss
if (!$this->getAttributeSetId()) {
$this->setAttributeSetId(
Expand Down

0 comments on commit 44fe03f

Please sign in to comment.