]> source.dussan.org Git - redmine.git/commitdiff
replace tab to space at app/models/query.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 25 Sep 2012 23:31:49 +0000 (23:31 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 25 Sep 2012 23:31:49 +0000 (23:31 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10468 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/query.rb

index 8643b27f29642c5ae6fc9218635019e8b558256f..a557ebf1427fa0c49cb9a2be3d4b7e2689d0109e 100644 (file)
@@ -323,7 +323,7 @@ class Query < ActiveRecord::Base
     @available_filters
   end
 
-       # Returns a representation of the available filters for JSON serialization
+  # Returns a representation of the available filters for JSON serialization
   def available_filters_as_json
     json = {}
     available_filters.each do |field, options|