Skip to content

Commit b3c3206

Browse files
committed
minor: formatting
1 parent 6a7e991 commit b3c3206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/repl_set_connection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def checkin(socket)
470470
pool.checkin(socket)
471471
elsif socket
472472
begin
473-
socket.close
473+
socket.close
474474
rescue IOError
475475
log(:info, "Tried to close socket #{socket} but already closed.")
476476
end

0 commit comments

Comments
 (0)