From fd954412dfc10e4d1e3e2dd4fac040f8b476b268 Mon Sep 17 00:00:00 2001 From: Mark Benvenuto Date: Mon, 12 Mar 2018 17:06:10 -0400 Subject: SERVER-28495 Fix lint --- src/mongo/s/commands/cluster_ftdc_commands.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mongo/s') 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; } -- cgit v1.2.1