Call method with the same name it's defined with
[lhc/web/wiklou.git] / includes / api / ApiFileRevert.php
index cbb2ba6..2a7f46d 100644 (file)
@@ -58,7 +58,6 @@ class ApiFileRevert extends ApiBase {
                }
 
                $this->getResult()->addValue( null, $this->getModuleName(), $result );
-
        }
 
        /**
@@ -130,7 +129,6 @@ class ApiFileRevert extends ApiBase {
                                ApiBase::PARAM_REQUIRED => true
                        ),
                );
-
        }
 
        public function getParamDescription() {