Merge "Make TransactionProfiler show the actual query times"
[lhc/web/wiklou.git] / includes / profiler / ProfileSection.php
index 9062251..d787edb 100644 (file)
@@ -39,5 +39,6 @@ class ProfileSection {
         *
         * @param string $name Name of the function to profile
         */
-       public function __construct( $name ) {}
+       public function __construct( $name ) {
+       }
 }