remove extras space between diff and list rules

This commit is contained in:
TomasVotruba 2021-04-23 00:25:03 +02:00
parent b76346d710
commit d5efa10ed0

View File

@ -107,7 +107,6 @@ final class ConsoleOutputFormatter implements OutputFormatterInterface
$this->symfonyStyle->writeln($message);
$this->symfonyStyle->newLine();
$this->symfonyStyle->writeln($fileDiff->getDiffConsoleFormatted());
$this->symfonyStyle->newLine();
$rectorsChangelogsLines = $this->createRectorChangelogLines($fileDiff);