summaryrefslogtreecommitdiff
path: root/test/farm/run
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-10-30 07:33:38 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-10-30 07:33:38 -0400
commit9d6abb08c303e6a0cc2c08f71067c0b84977e4e6 (patch)
tree05d38d550b84904b6be4876496ff3b416496cbac /test/farm/run
parent9790c911ffcd9936f399ea830e669f6241a38fd2 (diff)
downloadpython-coveragepy-git-9d6abb08c303e6a0cc2c08f71067c0b84977e4e6.tar.gz
One more way to be picky: no final blank lines.
Diffstat (limited to 'test/farm/run')
-rw-r--r--test/farm/run/src/chdir.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/farm/run/src/chdir.py b/test/farm/run/src/chdir.py
index d8287ed7..6d834924 100644
--- a/test/farm/run/src/chdir.py
+++ b/test/farm/run/src/chdir.py
@@ -2,4 +2,3 @@ import os
print("Line One")
os.chdir("subdir")
print("Line Two")
-