summaryrefslogtreecommitdiff
path: root/lab/sample.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-09-11 20:56:38 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-09-11 20:56:38 -0400
commitee08f60231fcd609f14c86b860d7602bbd7a294f (patch)
tree96551d799a863fde1b56f267d81d4bf1de3755cd /lab/sample.py
parentbcbe9da43a5e6564a33ec3d78098393cb5ecb3d0 (diff)
downloadpython-coveragepy-git-ee08f60231fcd609f14c86b860d7602bbd7a294f.tar.gz
Fix some line endings and whitespace.
Diffstat (limited to 'lab/sample.py')
-rw-r--r--lab/sample.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/lab/sample.py b/lab/sample.py
index cf4f6dcf..bb628484 100644
--- a/lab/sample.py
+++ b/lab/sample.py
@@ -1,5 +1,5 @@
-a, b = 1, 0
-if a or b or fn():
- # Hey
- a = 3
-d = 4 \ No newline at end of file
+a, b = 1, 0
+if a or b or fn():
+ # Hey
+ a = 3
+d = 4