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 authored and gelanivishal committed Oct 12, 2018
1 parent 2322baf commit ce82c5c
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 @@ -1057,7 +1057,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 ce82c5c

Please sign in to comment.