Skip to content

Commit

Permalink
Remove indent and margin values from Builder::XmlMarkup initial…
Browse files Browse the repository at this point in the history
…ization to address savonrb#20
  • Loading branch information
mbrung committed Sep 10, 2015
1 parent 058fd27 commit c7ed9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sekken/message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def initialize(envelope, parts)
end

def build(message)
builder = Builder::XmlMarkup.new(indent: 2, margin: 2)
builder = Builder::XmlMarkup.new

build_elements(@parts, message.dup, builder)
builder.target!
Expand Down

0 comments on commit c7ed9a4

Please sign in to comment.