Skip to content

Commit 44fe03f

Browse files
committed
Opening brace should be on a new line
1 parent 7965c9b commit 44fe03f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Customer/Model/Customer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,8 @@ public function beforeDelete()
10561056
*
10571057
* @return $this
10581058
*/
1059-
public function beforeSave() {
1059+
public function beforeSave()
1060+
{
10601061
// Need to use attribute set or future updates can cause data loss
10611062
if (!$this->getAttributeSetId()) {
10621063
$this->setAttributeSetId(

0 commit comments

Comments
 (0)