tests/test-url.py
changeset 12724 66e7ba85585b
parent 12606 5c8353692123
child 12725 24f16c2c6d41
--- a/tests/test-url.py	Tue Oct 12 12:49:23 2010 +0100
+++ b/tests/test-url.py	Tue Oct 12 11:02:05 2010 -0500
@@ -9,7 +9,7 @@
 
 from mercurial.url import _verifycert
 
-# Test non-wildcard certificates        
+# Test non-wildcard certificates
 check(_verifycert(cert('example.com'), 'example.com'),
       None)
 check(_verifycert(cert('example.com'), 'www.example.com'),