Delete empty line

这个提交包含在:
mnival 2021-12-13 09:08:49 +01:00
父节点 6730d8da6b
当前提交 ef4f8983d1

查看文件

@ -83,7 +83,6 @@ class Hooks {
* @return string
*/
public static function addMatomo( $title ) {
$user = RequestContext::getMain()->getUser();
// Is Matomo disabled for bots?
if ( $user->isAllowed( 'bot' ) && self::getParameter( 'IgnoreBots' ) ) {