summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2012-02-20 20:44:15 -0500
committerBarry Warsaw <barry@python.org>2012-02-20 20:44:15 -0500
commitb19fb2462eac776746f6cb40cc84b0587c83b9bc (patch)
treee1c3d65d906507b3a3d09b1a3f746756ffd6a86a
parent1e13eb084f72d5993cbb726e45b36bdb69c83a24 (diff)
downloadcpython-git-b19fb2462eac776746f6cb40cc84b0587c83b9bc.tar.gz
Whitespace normalization
-rw-r--r--Lib/test/test_hash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_hash.py b/Lib/test/test_hash.py
index 1a982c473d..94306ec4a1 100644
--- a/Lib/test/test_hash.py
+++ b/Lib/test/test_hash.py
@@ -234,7 +234,7 @@ def test_main():
DatetimeDateTests,
DatetimeDatetimeTests,
DatetimeTimeTests)
-
+
if __name__ == "__main__":