Commit 715216accdcce6887150146a410c5a63cb146617

Authored by Jozef Vaclavik
1 parent c4dbbd68
Exists in master and in 1 other branch production

GI empty line cleanup

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/issue_trackers/gitlab_tracker.rb
... ... @@ -36,8 +36,8 @@ if defined? Gitlab
36 36  
37 37 def summary_template
38 38 @@summary_template ||= ERB.new(File.read(Rails.root + "app/views/issue_trackers/gitlab_summary.txt.erb").gsub(/^\s*/, ''))
39   -
40 39 end
  40 +
41 41 def body_template
42 42 @@body_template ||= ERB.new(File.read(Rails.root + "app/views/issue_trackers/gitlab_body.txt.erb").gsub(/^\s*/, ''))
43 43 end
... ...