Pass phpcs-strict on various files in includes/
[lhc/web/wiklou.git] / includes / cache / LocalisationCache.php
index 1c36ec0..3bbf1bb 100644 (file)
@@ -691,7 +691,6 @@ class LocalisationCache {
                global $IP;
                wfProfileIn( __METHOD__ );
 
-
                // This reads in the PHP i18n file with non-messages l10n data
                $fileName = Language::getMessagesFileName( $code );
                if ( !file_exists( $fileName ) ) {