From 4ee93da76cc40c39ebbd494b979d4217857b32dc Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 21 Mar 2015 21:53:11 +0100 Subject: more style fixes --- command/generatesearchindices.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'command') diff --git a/command/generatesearchindices.php b/command/generatesearchindices.php index e19782d89..4bc41d04b 100644 --- a/command/generatesearchindices.php +++ b/command/generatesearchindices.php @@ -34,7 +34,9 @@ class GenerateSearchIndices extends Command { } protected function execute(InputInterface $input, OutputInterface $output) { - $output->writeln("\nCreating search indices, this could take a while...\n"); + $output->writeln( + "\nCreating search indices, this could take a while...\n" + ); $progressbar = function ($steps) use ($output) { return new ProgressBar($output, $steps); }; -- cgit v1.2.3