summaryrefslogtreecommitdiff
path: root/src/mongo/client/remote_command_targeter_factory_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/remote_command_targeter_factory_mock.h')
-rw-r--r--src/mongo/client/remote_command_targeter_factory_mock.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mongo/client/remote_command_targeter_factory_mock.h b/src/mongo/client/remote_command_targeter_factory_mock.h
index 8ad1661cdce..a6540805cf5 100644
--- a/src/mongo/client/remote_command_targeter_factory_mock.h
+++ b/src/mongo/client/remote_command_targeter_factory_mock.h
@@ -32,15 +32,15 @@
namespace mongo {
- /**
- * Factory which instantiates mock remote command targeters. Used for unit-testing.
- */
- class RemoteCommandTargeterFactoryMock final : public RemoteCommandTargeterFactory {
- public:
- RemoteCommandTargeterFactoryMock();
- ~RemoteCommandTargeterFactoryMock();
+/**
+ * Factory which instantiates mock remote command targeters. Used for unit-testing.
+ */
+class RemoteCommandTargeterFactoryMock final : public RemoteCommandTargeterFactory {
+public:
+ RemoteCommandTargeterFactoryMock();
+ ~RemoteCommandTargeterFactoryMock();
- std::unique_ptr<RemoteCommandTargeter> create(const ConnectionString& connStr) override;
- };
+ std::unique_ptr<RemoteCommandTargeter> create(const ConnectionString& connStr) override;
+};
-} // namespace mongo
+} // namespace mongo