]> source.dussan.org Git - redmine.git/commitdiff
replace tab to space at app/models/issue.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 22 Nov 2014 11:59:33 +0000 (11:59 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 22 Nov 2014 11:59:33 +0000 (11:59 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13639 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/issue.rb

index 5724ce4d6b1403aa24bdfa4c170d63a51870cec9..22dca52126af76090fec2b639859bc9f83eef2ec 100644 (file)
@@ -697,7 +697,7 @@ class Issue < ActiveRecord::Base
     @current_journal
   end
 
-       # Returns the current journal or nil if it's not initialized
+  # Returns the current journal or nil if it's not initialized
   def current_journal
     @current_journal
   end