summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordluyer <53582923+dluyer@users.noreply.github.com>2020-01-10 11:52:22 -0800
committerGitHub <noreply@github.com>2020-01-10 11:52:22 -0800
commit51c0fb2994d0c41a16a98e5f3b1ad3ced5264c58 (patch)
treeb11b5a5e8d0638202afa4cb6c20404aa405012d3
parent2bbb684cb399bbe203fe6a7103640d77b5c4a580 (diff)
downloadpexpect-git-51c0fb2994d0c41a16a98e5f3b1ad3ced5264c58.tar.gz
Whitespace cleanup
-rwxr-xr-xtests/test_expect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_expect.py b/tests/test_expect.py
index 8a8c595..cf118eb 100755
--- a/tests/test_expect.py
+++ b/tests/test_expect.py
@@ -441,7 +441,7 @@ class ExpectTestCase (PexpectTestCase.PexpectTestCase):
'''
p = pexpect.spawn('%s -Wi list100.py' % self.PYTHONBIN, env=no_coverage_env())
self._before_after(p)
-
+
def test_before_after_exact(self):
'''This tests some simple before/after things, for
expect_exact(). (Grahn broke it at one point.)