]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/models/attachment.rb.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 22 Aug 2011 13:30:33 +0000 (13:30 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 22 Aug 2011 13:30:33 +0000 (13:30 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6526 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/attachment.rb

index d16d5cddf02f37b7cb9dd3b8088280f39a49ed27..e566cb381aeb4fd537ae18d1066534c1cf0bfc9a 100644 (file)
@@ -151,7 +151,7 @@ class Attachment < ActiveRecord::Base
                               :description => attachment['description'].to_s.strip,
                               :author => User.current)
         obj.attachments << a
-        
+
         if a.new_record?
           obj.unsaved_attachments ||= []
           obj.unsaved_attachments << a