summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/client/authenticate.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mongo/client/authenticate.cpp b/src/mongo/client/authenticate.cpp
index 53a7d869953..224517e00be 100644
--- a/src/mongo/client/authenticate.cpp
+++ b/src/mongo/client/authenticate.cpp
@@ -287,11 +287,7 @@ void asyncAuth(RunCommandHook runCommand,
StringData hostname,
StringData clientName,
AuthCompletionHandler handler) {
- auth(runCommand,
- params,
- hostname,
- clientName,
- std::move(handler));
+ auth(runCommand, params, hostname, clientName, std::move(handler));
}
} // namespace