]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/changeset_comment_test.rb
Cleanup trailing whitespace
[rails.git] / test / models / changeset_comment_test.rb
index c13fde8e28e31734c7ae755deba6388e46b88d4c..ed4f0e032a8f45b520bc54110b38de65a2fe7041 100644 (file)
@@ -10,7 +10,7 @@ class ChangesetCommentTest < ActiveSupport::TestCase
   # validations
   def test_does_not_accept_invalid_author
     comment = changeset_comments(:normal_comment_1)
   # validations
   def test_does_not_accept_invalid_author
     comment = changeset_comments(:normal_comment_1)
-    
+
     comment.author = nil
     assert !comment.valid?
 
     comment.author = nil
     assert !comment.valid?