Change a bit of whitespace.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Sat, 10 Oct 2009 11:05:05 -0400 | 
    
    
        | parents | 68e589a7c8c4 | 
    
        | children | 1f2f3cb23ac3 | 
    
        | branches/tags | (none) | 
    
        | files | review/tests/test_comment.py review/tests/test_diffs.py | 
Changes
    
--- a/review/tests/test_comment.py	Sat Oct 10 10:51:51 2009 -0400
+++ b/review/tests/test_comment.py	Sat Oct 10 11:05:05 2009 -0400
@@ -8,7 +8,6 @@
 
 a1, a2 = (messages.REVIEW_LOG_COMMENT_AUTHOR % '|').split('|')
 
-
 @with_setup(setup_reviewed_sandbox, teardown_sandbox)
 def test_no_comments():
     sandbox = get_sandbox_repo()
@@ -225,4 +224,5 @@
     output = review(rev='0', files=[filename])
     assert a1 not in output
     assert a2 not in output
-    assert messages.REVIEW_LOG_COMMENT_LINE % 'Test comment one.' not in output
\ No newline at end of file
+    assert messages.REVIEW_LOG_COMMENT_LINE % 'Test comment one.' not in output
+
--- a/review/tests/test_diffs.py	Sat Oct 10 10:51:51 2009 -0400
+++ b/review/tests/test_diffs.py	Sat Oct 10 11:05:05 2009 -0400
@@ -8,7 +8,6 @@
 a1, a2 = (messages.REVIEW_LOG_COMMENT_AUTHOR % '|').split('|')
 s1, s2 = (messages.REVIEW_LOG_SKIPPED % 1111).split('1111')
 
-
 @with_setup(setup_reviewed_sandbox, teardown_sandbox)
 def test_review_diff_default_context():
     sandbox = get_sandbox_repo()