From 8644ed29c5b6d677beaec8e4536007fbd4570c39 Mon Sep 17 00:00:00 2001 From: addshore Date: Mon, 14 Apr 2014 13:43:46 +0100 Subject: [PATCH] Fix CS double space in TitleValue return Change-Id: Ib7eb2b070eea9f8b2df860b6d16f9c769be78cf7 --- includes/title/TitleValue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/title/TitleValue.php b/includes/title/TitleValue.php index 06e9058aa6..7a865eb552 100644 --- a/includes/title/TitleValue.php +++ b/includes/title/TitleValue.php @@ -157,6 +157,6 @@ class TitleValue { $name .= '#' . $this->fragment; } - return $name; + return $name; } } -- 2.20.1