Commit 4b6bbf92 authored by Robert Schilling's avatar Robert Schilling

Merge pull request #7881 from cirosantilli/rm-blame-extra-white

Remove blame lines added leading whitespace.
parents 8d1137cd b7160cb7
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
%code{ class: highlightjs_class(@blob.name) } %code{ class: highlightjs_class(@blob.name) }
:erb :erb
<% lines.each do |line| %> <% lines.each do |line| %>
<%= line %> <%= line %>
<% end %> <% end %>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment