Passed
Pull Request — master (#22)
by
unknown
26:13 queued 16:17
created
src/Observers/CustomerAddressObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
         $customer = $this->loadCustomerByEmailAndWebsiteId($this->getValue(ColumnKeys::EMAIL), $websiteId);
90 90
 
91 91
         if (!$customer) {
92
-            $message =  sprintf(
92
+            $message = sprintf(
93 93
                 'the imported address has no customer with email %s',
94 94
                 $this->getValue(ColumnKeys::EMAIL)
95 95
             );
Please login to merge, or discard this patch.