minor: formatting

This commit is contained in:
Kyle Banker 2011-10-14 09:53:23 -04:00
parent 6a7e991689
commit b3c3206eeb
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ module Mongo
pool.checkin(socket)
elsif socket
begin
socket.close
socket.close
rescue IOError
log(:info, "Tried to close socket #{socket} but already closed.")
end