]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-space from app/models/time_entry_query.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 19 Jul 2016 11:28:24 +0000 (11:28 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 19 Jul 2016 11:28:24 +0000 (11:28 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15698 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/time_entry_query.rb

index c667fb65184a61ef391eb82831cb8f1e69ea2791..eefee0eb401225daabc786c6ff0946859b304873 100644 (file)
@@ -136,7 +136,7 @@ class TimeEntryQuery < Query
   def total_for_hours(scope)
     map_total(scope.sum(:hours)) {|t| t.to_f.round(2)}
   end
+
   def sql_for_issue_id_field(field, operator, value)
     case operator
     when "="