Merge "Show a warning in edit preview when a template loop is detected"
[lhc/web/wiklou.git] / includes / interwiki / InterwikiLookupAdapter.php
index 3baea1a..076c37f 100644 (file)
@@ -60,7 +60,6 @@ class InterwikiLookupAdapter implements InterwikiLookup {
         * @return bool Whether it exists
         */
        public function isValidInterwiki( $prefix ) {
-
                return array_key_exists( $prefix, $this->getInterwikiMap() );
        }