]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/tracepoint_test.rb
Cleanup trailing whitespace
[rails.git] / test / models / tracepoint_test.rb
index 74a0d22f9fa469228f92362e28974b65bfbe49ba..7e2d449d0880278f7892f5b045731710e08734a9 100644 (file)
@@ -2,9 +2,9 @@ require 'test_helper'
 
 class TracepointTest < ActiveSupport::TestCase
   api_fixtures
-  
+
   def test_tracepoint_count
     assert_equal 4, Tracepoint.count
   end
-  
+
 end