diff options
Diffstat (limited to 'src/mongo/dbtests/mock/mock_remote_db_server.cpp')
-rw-r--r-- | src/mongo/dbtests/mock/mock_remote_db_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/mock/mock_remote_db_server.cpp b/src/mongo/dbtests/mock/mock_remote_db_server.cpp index f1253cc7fd9..6488e5023ff 100644 --- a/src/mongo/dbtests/mock/mock_remote_db_server.cpp +++ b/src/mongo/dbtests/mock/mock_remote_db_server.cpp @@ -239,4 +239,4 @@ void MockRemoteDBServer::checkIfUp(InstanceID id) const { throwSocketError(mongo::SocketErrorKind::CLOSED, _hostAndPort); } } -} +} // namespace mongo |