Skip to content

Commit 44c3464

Browse files
committed
single space
1 parent 8e9ac8b commit 44c3464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/RaiseToInstalledCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
6060

6161
if ($isDryRun === false) {
6262
$changedComposerJsonContents = $changedPackageVersionsResult->getComposerJsonContents();
63-
FileSystem::write($composerJsonFilePath, $changedComposerJsonContents . PHP_EOL, null);
63+
FileSystem::write($composerJsonFilePath, rtrim($changedComposerJsonContents) . PHP_EOL, null);
6464
}
6565

6666
$symfonyStyle->success(sprintf(

0 commit comments

Comments
 (0)