url: fix check-code whitespace complaint
authorMatt Mackall <mpm@selenic.com>
Mon, 20 Dec 2010 12:12:18 -0600
changeset 13177 04c8f3787546
parent 13176 895f54a79c6e
child 13178 c4d857f5405d
url: fix check-code whitespace complaint
mercurial/url.py
--- a/mercurial/url.py	Mon Dec 20 12:09:00 2010 -0600
+++ b/mercurial/url.py	Mon Dec 20 12:12:18 2010 -0600
@@ -546,7 +546,7 @@
                               self.host)
             else:
                 self.ui.warn(_("warning: %s certificate not verified "
-                               "(check web.cacerts config setting)\n") % 
+                               "(check web.cacerts config setting)\n") %
                              self.host)
                 httplib.HTTPSConnection.connect(self)