Skip to content

Commit 6801fe8

Browse files
committed
Issue webcompat#767: removed extra whitespace in test_form.py
1 parent 0da59cc commit 6801fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_form.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_normalize_url(self):
3030
self.assertEqual(r, 'http://example.com')
3131

3232
def test_domain_name(self):
33-
33+
3434
r = form.domain_name("http://example.com")
3535
self.assertEqual(r, "example.com")
3636

0 commit comments

Comments
 (0)