From d5efa10ed0839c0041cbace582e0f1fb16d38591 Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Fri, 23 Apr 2021 00:25:03 +0200 Subject: [PATCH] remove extras space between diff and list rules --- packages/ChangesReporting/Output/ConsoleOutputFormatter.php | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ChangesReporting/Output/ConsoleOutputFormatter.php b/packages/ChangesReporting/Output/ConsoleOutputFormatter.php index de90265504c..84137d36771 100644 --- a/packages/ChangesReporting/Output/ConsoleOutputFormatter.php +++ b/packages/ChangesReporting/Output/ConsoleOutputFormatter.php @@ -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);