X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FCiUtil%2FCommand%2FCompareCommand.php;h=7e603a7a9bdacc5be53fd448aa48be38f3f47a4f;hb=0db6c3e15a8324d7f2d73c43c9b219a829351157;hp=78b4dd8a2e4960fb869505cf4ff9a42b553a1ebc;hpb=af321125666c7444accea956adaad22395fcd4c9;p=civicrm-core.git diff --git a/Civi/CiUtil/Command/CompareCommand.php b/Civi/CiUtil/Command/CompareCommand.php index 78b4dd8a2e..7e603a7a9b 100644 --- a/Civi/CiUtil/Command/CompareCommand.php +++ b/Civi/CiUtil/Command/CompareCommand.php @@ -48,7 +48,8 @@ class CompareCommand { if ($printerType == 'csv') { $printer = new \Civi\CiUtil\CsvPrinter('php://stdout', \Civi\CiUtil\Arrays::collect($suites, 'file')); - } else { + } + else { $printer = new \Civi\CiUtil\ComparisonPrinter(\Civi\CiUtil\Arrays::collect($suites, 'file')); } foreach ($tests as $test) {