]> source.dussan.org Git - redmine.git/commitdiff
CodeCleanup: Fix a RuboCop offense Layout/LeadingCommentSpace introduced in r19677.
authorGo MAEDA <maeda@farend.jp>
Sat, 11 Apr 2020 07:53:51 +0000 (07:53 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 11 Apr 2020 07:53:51 +0000 (07:53 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19687 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/time_entry.rb

index f8de391ee195a5021b55a0beb0d6309286d1da6c..130f398f49e8e627dfce1e61af75405fc6883f0d 100644 (file)
@@ -50,7 +50,7 @@ class TimeEntry < ActiveRecord::Base
   validates_length_of :comments, :maximum => 1024, :allow_nil => true
   validates :spent_on, :date => true
   before_validation :set_project_if_nil
-  #TODO: remove this, author should be always explicitly set
+  # TODO: remove this, author should be always explicitly set
   before_validation :set_author_if_nil
   validate :validate_time_entry