From cdbdcb48ee378234cf269ea87dbd314db4bea66e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 11 Sep 2013 20:56:38 -0400 Subject: Fix some line endings and whitespace. --- lab/sample.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lab/sample.py') 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 -- cgit v1.2.1