From 6a489df47a1c8fa351e9b43924fc28c3986583bb Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 10 Aug 2015 16:47:56 +0200 Subject: remove empty line --- command/verifyinstall.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'command') diff --git a/command/verifyinstall.php b/command/verifyinstall.php index 0506daee1..d99378dce 100644 --- a/command/verifyinstall.php +++ b/command/verifyinstall.php @@ -52,11 +52,11 @@ class VerifyInstall extends Command { } } - $output->writeln("\n\n"); + $output->writeln("\n"); if (count($errors) > 0 || count($missing) > 0) { - $output->writeln('Installation verified, encountered multiple ' . - 'errors: '); + $output->writeln('Installation verified, encountered ' . + 'multiple errors: '); foreach ($missing as $path) { $output->writeln('' . $path . ' is missing!'); } -- cgit v1.2.3