Skip to content

Commit

Permalink
addressing rubocop syntax check failure in rpc_std.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
dgjnpr committed Apr 7, 2017
1 parent b976a1c commit 9f52c51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/net/netconf/rpc_std.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ def process_args(args)
case arg.class.to_s
when /^Nokogiri/
filter = case arg
when Nokogiri::XML::Builder then arg.doc.root
when Nokogiri::XML::Document then arg.root
else arg
end
when Nokogiri::XML::Builder then arg.doc.root
when Nokogiri::XML::Document then arg.root
else arg
end
when 'Hash' then attrs = arg
when 'String' then source = arg
end
Expand Down

0 comments on commit 9f52c51

Please sign in to comment.