summaryrefslogtreecommitdiff
path: root/test/farm
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
parent9790c911ffcd9936f399ea830e669f6241a38fd2 (diff)
downloadpython-coveragepy-git-9d6abb08c303e6a0cc2c08f71067c0b84977e4e6.tar.gz
One more way to be picky: no final blank lines.
Diffstat (limited to 'test/farm')
-rw-r--r--test/farm/html/src/partial.py1
-rw-r--r--test/farm/html/src/tabbed.py1
-rw-r--r--test/farm/run/src/chdir.py1
3 files changed, 0 insertions, 3 deletions
diff --git a/test/farm/html/src/partial.py b/test/farm/html/src/partial.py
index 9126844f..8d62f5c5 100644
--- a/test/farm/html/src/partial.py
+++ b/test/farm/html/src/partial.py
@@ -16,4 +16,3 @@ if 0:
if 1:
a = 13
-
diff --git a/test/farm/html/src/tabbed.py b/test/farm/html/src/tabbed.py
index 4c39cafe..2035852f 100644
--- a/test/farm/html/src/tabbed.py
+++ b/test/farm/html/src/tabbed.py
@@ -5,4 +5,3 @@ if x:
if x: # look nice
b = "No spaces" # when they
c = "Done" # line up.
-
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")
-