Skip to content

Commit

Permalink
remove extra space (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
karloescota authored and judofyr committed Aug 18, 2016
1 parent a88c2c5 commit ee76b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tilt/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def compile_template_method(local_keys)
method_source = String.new

if method_source.respond_to?(:force_encoding)
method_source.force_encoding(source.encoding)
method_source.force_encoding(source.encoding)
end

method_source << <<-RUBY
Expand Down

0 comments on commit ee76b8a

Please sign in to comment.