Completed
Push — master ( e11be3...a16555 )
by Christian
20s
created
src/N98/Magento/Command/Customer/DeleteCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@
 block discarded – undo
225 225
             if (count($filterAttributes) === 0) {
226 226
                 $output->writeln(
227 227
                     '<warning>No filter was specified. To delete all customer, ' .
228
-                             'add the --all option</warning>'
228
+                                'add the --all option</warning>'
229 229
                 );
230 230
 
231 231
                 return 1;
Please login to merge, or discard this patch.