Skip to content

Commit ce82c5c

Browse files
Thundargelanivishal
authored andcommitted
Opening brace should be on a new line
1 parent 2322baf commit ce82c5c

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
@@ -1057,7 +1057,8 @@ public function beforeDelete()
10571057
*
10581058
* @return $this
10591059
*/
1060-
public function beforeSave() {
1060+
public function beforeSave()
1061+
{
10611062
// Need to use attribute set or future updates can cause data loss
10621063
if (!$this->getAttributeSetId()) {
10631064
$this->setAttributeSetId(

0 commit comments

Comments
 (0)