summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_ftdc_commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_ftdc_commands.cpp')
-rw-r--r--src/mongo/s/commands/cluster_ftdc_commands.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/s/commands/cluster_ftdc_commands.cpp b/src/mongo/s/commands/cluster_ftdc_commands.cpp
index b0055f7d6be..12021e98f6d 100644
--- a/src/mongo/s/commands/cluster_ftdc_commands.cpp
+++ b/src/mongo/s/commands/cluster_ftdc_commands.cpp
@@ -100,8 +100,7 @@ public:
BSONObjBuilder& result) override {
result.append(
- "data",
- FTDCController::get(txn->getServiceContext())->getMostRecentPeriodicDocument());
+ "data", FTDCController::get(txn->getServiceContext())->getMostRecentPeriodicDocument());
return true;
}