summaryrefslogtreecommitdiff
path: root/src/mongo/client/remote_command_targeter_factory_mock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/remote_command_targeter_factory_mock.cpp')
-rw-r--r--src/mongo/client/remote_command_targeter_factory_mock.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mongo/client/remote_command_targeter_factory_mock.cpp b/src/mongo/client/remote_command_targeter_factory_mock.cpp
index e3ea2bd3b4b..f9479fcf68f 100644
--- a/src/mongo/client/remote_command_targeter_factory_mock.cpp
+++ b/src/mongo/client/remote_command_targeter_factory_mock.cpp
@@ -38,13 +38,13 @@
namespace mongo {
- RemoteCommandTargeterFactoryMock::RemoteCommandTargeterFactoryMock() = default;
+RemoteCommandTargeterFactoryMock::RemoteCommandTargeterFactoryMock() = default;
- RemoteCommandTargeterFactoryMock::~RemoteCommandTargeterFactoryMock() = default;
+RemoteCommandTargeterFactoryMock::~RemoteCommandTargeterFactoryMock() = default;
- std::unique_ptr<RemoteCommandTargeter>
- RemoteCommandTargeterFactoryMock::create(const ConnectionString& connStr) {
- return stdx::make_unique<RemoteCommandTargeterMock>();
- }
+std::unique_ptr<RemoteCommandTargeter> RemoteCommandTargeterFactoryMock::create(
+ const ConnectionString& connStr) {
+ return stdx::make_unique<RemoteCommandTargeterMock>();
+}
-} // namespace mongo
+} // namespace mongo