mediawiki.feedback: Set the message input to be autosized
[lhc/web/wiklou.git] / includes / filebackend / FSFile.php
index 06c43ec..6ee9b2e 100644 (file)
@@ -145,7 +145,6 @@ class FSFile {
                        wfDebug( __METHOD__ . ": $this->path NOT FOUND!\n" );
                }
 
-
                return $info;
        }
 
@@ -213,7 +212,6 @@ class FSFile {
                        $this->sha1Base36 = wfBaseConvert( $this->sha1Base36, 16, 36, 31 );
                }
 
-
                return $this->sha1Base36;
        }