Update formatting in maintenance/ (2/4)
[lhc/web/wiklou.git] / maintenance / convertUserOptions.php
index 24be2b4..bf57244 100644 (file)
@@ -46,6 +46,7 @@ class ConvertUserOptions extends Maintenance {
 
                if ( !$dbw->fieldExists( 'user', 'user_options', __METHOD__ ) ) {
                        $this->output( "nothing to migrate. " );
+
                        return;
                }
                while ( $id !== null ) {