@@ -38,7 +38,7 @@ |
||
38 | 38 | $output->writeln('Start writing files.'); |
39 | 39 | |
40 | 40 | foreach ($this->stateReader as $state) { |
41 | - $output->write($state->getClassName().' ... '); |
|
41 | + $output->write($state->getClassName() . ' ... '); |
|
42 | 42 | |
43 | 43 | $this->writer->write($input->getArgument('path'), $state); |
44 | 44 |