Skip to content

Commit ddbcb05

Browse files
committed
Trim trailing whitespace
1 parent ca8e092 commit ddbcb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/http/persistent.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class Net::HTTP::Persistent
202202
##
203203
# The default connection pool size is 1/4 the allowed open files.
204204

205-
if Gem.win_platform? then
205+
if Gem.win_platform? then
206206
DEFAULT_POOL_SIZE = 256
207207
else
208208
DEFAULT_POOL_SIZE = Process.getrlimit(Process::RLIMIT_NOFILE).first / 4

0 commit comments

Comments
 (0)