Skip to content

Commit

Permalink
Fix silly mistake in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Jan 21, 2010
1 parent 4fa30fb commit 739cd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/formatter/pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def before_py_string(string)
s = %{"""\n#{string}\n"""}.indent(10)
s = s.split("\n").map{|l| l =~ /^\s+$/ ? '' : l}
s.each do |line|
keep_with { @doc.text(encode(line)), :size => 8 }
keep_with { @doc.text(encode(line), :size => 8) }
end
end

Expand Down

0 comments on commit 739cd37

Please sign in to comment.