]> 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, 25 Apr 2017 17:44:08 +0000 (17:44 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 25 Apr 2017 17:44:08 +0000 (17:44 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16545 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/time_entry_query.rb

index 06307449606c208ffe2d692e7706a1e2697d200f..0502c4112e1b4eae580a3c9a0c2dbc39820e9363 100644 (file)
@@ -107,7 +107,7 @@ class TimeEntryQuery < Query
   def default_totalable_names
     [:hours]
   end
+
   def default_sort_criteria
     [['spent_on', 'desc']]
   end