summaryrefslogtreecommitdiff
path: root/lib/chef/monkey_patches/webrick-utils.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-02-05 15:21:00 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-02-05 15:21:00 -0800
commit3d8fa81ee7cc6fce3449b74c69023e206dd53991 (patch)
treeefd9bdc2d4ec875c8d9ed12113e2ab00d2cfe68a /lib/chef/monkey_patches/webrick-utils.rb
parentcb4ee84e418164e8d2e85147efad711a42ff2799 (diff)
downloadchef-3d8fa81ee7cc6fce3449b74c69023e206dd53991.tar.gz
autofixing some missed cops
second round of autofixing for some reason...
Diffstat (limited to 'lib/chef/monkey_patches/webrick-utils.rb')
-rw-r--r--lib/chef/monkey_patches/webrick-utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/monkey_patches/webrick-utils.rb b/lib/chef/monkey_patches/webrick-utils.rb
index ff275a434d..71bed2bb74 100644
--- a/lib/chef/monkey_patches/webrick-utils.rb
+++ b/lib/chef/monkey_patches/webrick-utils.rb
@@ -31,7 +31,7 @@ module WEBrick
Socket::AI_PASSIVE) # flag
last_error = nil
sockets = []
- res.each{|ai|
+ res.each {|ai|
begin
logger.debug("TCPServer.new(#{ai[3]}, #{port})") if logger
sock = TCPServer.new(ai[3], port)