Skip to content

Commit

Permalink
[api] Fixes UnusedBlockArgument rubocop rule violation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBr committed Nov 16, 2016
1 parent 4355f4a commit 56c2825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/lib/activexml/transport.rb
Expand Up @@ -79,7 +79,7 @@ def logger
end

def connect(model, target, opt = {})
opt.each do |key, value|
opt.keys.each do |key|
opt[key] = URI(opt[key])
replace_server_if_needed( opt[key] )
end
Expand Down

0 comments on commit 56c2825

Please sign in to comment.