Skip to content

Commit

Permalink
Outdenting a private.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryckbost committed Sep 22, 2011
1 parent 178782b commit 4daa521
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions lib/tinder/connection.rb
Expand Up @@ -96,14 +96,13 @@ def ssl?
uri.scheme == 'https'
end

private

def set_connection_options(conn)
conn.url_prefix = @uri.to_s
conn.proxy options[:proxy]
if options[:ssl_options]
conn.ssl.merge!(options[:ssl_options])
end
private
def set_connection_options(conn)
conn.url_prefix = @uri.to_s
conn.proxy options[:proxy]
if options[:ssl_options]
conn.ssl.merge!(options[:ssl_options])
end
end
end
end

0 comments on commit 4daa521

Please sign in to comment.