diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-11 20:56:38 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-11 20:56:38 -0400 |
commit | cdbdcb48ee378234cf269ea87dbd314db4bea66e (patch) | |
tree | e4cf859987896556607a2f98d98ffcd951b434ff /lab/sample.py | |
parent | bd632f8f58a25be4d1500ddd882c9cd5645748a9 (diff) | |
download | python-coveragepy-cdbdcb48ee378234cf269ea87dbd314db4bea66e.tar.gz |
Fix some line endings and whitespace.
Diffstat (limited to 'lab/sample.py')
-rw-r--r-- | lab/sample.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lab/sample.py b/lab/sample.py index cf4f6dc..bb62848 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 |