From 37722eca39874bb6abdcd120e3e458bd62dea62b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 5 Jul 2017 11:43:18 -0700 Subject: Bug 1377933 - Remove trailing whitespace from all perl files --- Bugzilla/BugUrl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/BugUrl.pm') diff --git a/Bugzilla/BugUrl.pm b/Bugzilla/BugUrl.pm index b989507de..4724ae71a 100644 --- a/Bugzilla/BugUrl.pm +++ b/Bugzilla/BugUrl.pm @@ -176,7 +176,7 @@ sub _check_value { { function => 'add_see_also', param => '$value' }); } - # We assume that the URL is an HTTP URL if there is no (something):// + # We assume that the URL is an HTTP URL if there is no (something):// # in front. if (!$uri->scheme) { # This works better than setting $uri->scheme('http'), because -- cgit v1.2.3-24-g4f1b