Skip to content

Commit

Permalink
Remove indent and margin values from Builder::XmlMarkup in enve…
Browse files Browse the repository at this point in the history
…lope initialization to address savonrb#20
  • Loading branch information
mbrung committed Sep 11, 2015
1 parent c7ed9a4 commit ee0354b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sekken/envelope.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def build_body
end

def build_envelope(header, body)
builder = Builder::XmlMarkup.new(indent: 2)
builder = Builder::XmlMarkup.new

builder.tag! :env, :Envelope, collect_namespaces do |xml|
xml.tag!(:env, :Header) { |xml| xml << header }
Expand Down

0 comments on commit ee0354b

Please sign in to comment.