summaryrefslogtreecommitdiffstats
path: root/command/generatesearchindices.php
diff options
context:
space:
mode:
Diffstat (limited to 'command/generatesearchindices.php')
-rw-r--r--command/generatesearchindices.php4
1 files changed, 3 insertions, 1 deletions
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);
};