CS fixes
[phorkie.git] / src / phorkie / Database / Adapter / Null / Setup.php
index 385097877efc2c11cb8424a34a26f6ac57da48ee..ba98fe4373eaf3c310726284bc26a8b7e4a03bc9 100644 (file)
@@ -3,8 +3,13 @@ namespace phorkie;
 
 class Database_Adapter_Null_Setup
 {
-    public function setup() {}
-    public function reset() {}
+    public function setup()
+    {
+    }
+
+    public function reset()
+    {
+    }
 }
 
 ?>