Remove trailing whitespace

This commit is contained in:
James Kasten
2015-06-24 14:53:28 -07:00
parent f8384127c0
commit 67f67fea02
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ def success_installation(domains):
def _gen_ssl_lab_urls(domains):
"""Returns a list of urls.
:param list domains: Each domain is a 'str'
"""
+2 -2
View File
@@ -183,7 +183,7 @@ class ChooseAccountTest(unittest.TestCase):
class GenSSLLabURLs(unittest.TestCase):
"""Loose test of _gen_ssl_lab_urls. URL can change easily in the future"""
"""Loose test of _gen_ssl_lab_urls. URL can change easily in the future."""
def setUp(self):
zope.component.provideUtility(display_util.FileDisplay(sys.stdout))
@@ -325,7 +325,7 @@ class SuccessInstallationTest(unittest.TestCase):
names = ["example.com", "abc.com"]
self._call(names)
self.assertEqual(mock_util().notification.call_count, 1)
arg = mock_util().notification.call_args_list[0][0][0]