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

Commit f5daa7f

Browse files
committed
Fix Code Style
1 parent b6c78a4 commit f5daa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Newsletter/Model/Subscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ public function subscribe($email)
446446
try {
447447
/* Save model before sending out email */
448448
$this->save();
449-
if($sendInformationEmail) {
449+
if ($sendInformationEmail) {
450450
if ($isConfirmNeed === true
451451
&& $isOwnSubscribes === false
452452
) {

0 commit comments

Comments
 (0)