diff --git a/src/exception/usage/ArcanistUncommittedChangesException.php b/src/exception/usage/ArcanistUncommittedChangesException.php
--- a/src/exception/usage/ArcanistUncommittedChangesException.php
+++ b/src/exception/usage/ArcanistUncommittedChangesException.php
@@ -1,5 +1,4 @@
 <?php
 
-final class ArcanistUncommittedChangesException extends ArcanistUsageException {
-
-}
+final class ArcanistUncommittedChangesException
+  extends ArcanistUsageException {}
diff --git a/src/lint/ArcanistLintPatcher.php b/src/lint/ArcanistLintPatcher.php
--- a/src/lint/ArcanistLintPatcher.php
+++ b/src/lint/ArcanistLintPatcher.php
@@ -58,9 +58,7 @@
     }
   }
 
-  private function __construct() {
-
-  }
+  private function __construct() {}
 
   private function buildModifiedFile() {
     $data = $this->getUnmodifiedFileContent();
diff --git a/src/lint/engine/ArcanistLintEngine.php b/src/lint/engine/ArcanistLintEngine.php
--- a/src/lint/engine/ArcanistLintEngine.php
+++ b/src/lint/engine/ArcanistLintEngine.php
@@ -66,9 +66,7 @@
 
   private $linterResources = array();
 
-  public function __construct() {
-
-  }
+  public function __construct() {}
 
   final public function setConfigurationManager(
     ArcanistConfigurationManager $configuration_manager) {
diff --git a/src/unit/engine/ArcanistUnitTestEngine.php b/src/unit/engine/ArcanistUnitTestEngine.php
--- a/src/unit/engine/ArcanistUnitTestEngine.php
+++ b/src/unit/engine/ArcanistUnitTestEngine.php
@@ -34,9 +34,7 @@
     return false;
   }
 
-  final public function __construct() {
-
-  }
+  final public function __construct() {}
 
   public function setConfigurationManager(
     ArcanistConfigurationManager $configuration_manager) {
diff --git a/src/workflow/ArcanistFeatureWorkflow.php b/src/workflow/ArcanistFeatureWorkflow.php
--- a/src/workflow/ArcanistFeatureWorkflow.php
+++ b/src/workflow/ArcanistFeatureWorkflow.php
@@ -136,8 +136,7 @@
               $command,
               $name);
           }
-        } catch (ConduitClientException $ex) {
-        }
+        } catch (ConduitClientException $ex) {}
       }
     }