summaryrefslogtreecommitdiff
path: root/src/mongo/client/streamable_replica_set_monitor_query_processor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/streamable_replica_set_monitor_query_processor.cpp')
-rw-r--r--src/mongo/client/streamable_replica_set_monitor_query_processor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/client/streamable_replica_set_monitor_query_processor.cpp b/src/mongo/client/streamable_replica_set_monitor_query_processor.cpp
index 5cadf92266f..2cb0633036d 100644
--- a/src/mongo/client/streamable_replica_set_monitor_query_processor.cpp
+++ b/src/mongo/client/streamable_replica_set_monitor_query_processor.cpp
@@ -52,7 +52,8 @@ void StreamableReplicaSetMonitor::StreamableReplicaSetMonitorQueryProcessor::
const auto& setName = newDescription->getSetName();
if (setName) {
- auto replicaSetMonitor = std::static_pointer_cast<StreamableReplicaSetMonitor>(globalRSMonitorManager.getMonitor(*setName));
+ auto replicaSetMonitor = std::static_pointer_cast<StreamableReplicaSetMonitor>(
+ globalRSMonitorManager.getMonitor(*setName));
if (!replicaSetMonitor) {
LOG(kLogLevel) << "could not find rsm instance " << *setName
<< " for query processing.";