Merge "Add script to find orphaned LocalRepo files"
[lhc/web/wiklou.git] / includes / filebackend / FSFile.php
index a75f328..213bb87 100644 (file)
@@ -200,7 +200,6 @@ class FSFile {
        public function getSha1Base36( $recache = false ) {
 
                if ( $this->sha1Base36 !== null && !$recache ) {
-
                        return $this->sha1Base36;
                }