diff options
Diffstat (limited to 'Lib/lib2to3/tests/data/crlf.py')
-rw-r--r-- | Lib/lib2to3/tests/data/crlf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/lib2to3/tests/data/crlf.py b/Lib/lib2to3/tests/data/crlf.py index dbe2d7b..a83ca8f 100644 --- a/Lib/lib2to3/tests/data/crlf.py +++ b/Lib/lib2to3/tests/data/crlf.py @@ -1,3 +1,3 @@ -print "hi" - -print "Like bad Windows newlines?" +print "hi"
+
+print "Like bad Windows newlines?"
|