Remove empty lines at begin of function, if, foreach, switch
[lhc/web/wiklou.git] / includes / api / ApiBase.php
index 3a9167f..2dcece1 100644 (file)
@@ -967,7 +967,6 @@ abstract class ApiBase extends ContextSource {
         * @return bool
         */
        protected function getWatchlistValue( $watchlist, $titleObj, $userOption = null ) {
-
                $userWatching = $this->getUser()->isWatched( $titleObj, User::IGNORE_USER_RIGHTS );
 
                switch ( $watchlist ) {