Remove unneeded empty lines at begin of if/else/foreach body
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoaderWikiModule.php
index 1561dae..a4d94f8 100644 (file)
@@ -291,7 +291,6 @@ class ResourceLoaderWikiModule extends ResourceLoaderModule {
                $pages = $this->getPages( $context );
                $key = implode( '|', array_keys( $pages ) );
                if ( !isset( $this->titleInfo[$key] ) ) {
-
                        $this->titleInfo[$key] = array();
                        $batch = new LinkBatch;
                        foreach ( $pages as $titleText => $options ) {