]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/changeset_comment.rb
Cleanup trailing whitespace
[rails.git] / app / models / changeset_comment.rb
index a010674a3cb062479fb20f2ee9282d454ccb3424..1f037d667895f387fe8a0ff273d3f34f403c36f5 100644 (file)
@@ -9,7 +9,7 @@ class ChangesetComment < ActiveRecord::Base
   validates_presence_of :author
   validates_associated :author
   validates :visible, :inclusion => { :in => [true,false] }
-  
+
   # Return the comment text
   def body
     RichText.new("text", read_attribute(:body))