diff --git a/app/helpers/git_helper.rb b/app/helpers/git_helper.rb
index a8787aeef..7ec2e2fe9 100644
--- a/app/helpers/git_helper.rb
+++ b/app/helpers/git_helper.rb
@@ -31,7 +31,7 @@ module GitHelper
def render_line_numbers(n)
res = ""
- 1.upto(n) {|i| res += "#{i}
" }
+ 1.upto(n) {|i| res += "#{i}
" }
res.html_safe
end