INFRA-132 - Put "else" and "catch" on new line
[civicrm-core.git] / Civi / CiUtil / Command / CompareCommand.php
index 78b4dd8a2e4960fb869505cf4ff9a42b553a1ebc..7e603a7a9bdacc5be53fd448aa48be38f3f47a4f 100644 (file)
@@ -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) {