summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/copydb_start_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/copydb_start_commands.h')
-rw-r--r--src/mongo/db/commands/copydb_start_commands.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mongo/db/commands/copydb_start_commands.h b/src/mongo/db/commands/copydb_start_commands.h
index c4c80e1dbb4..61f3313f918 100644
--- a/src/mongo/db/commands/copydb_start_commands.h
+++ b/src/mongo/db/commands/copydb_start_commands.h
@@ -32,10 +32,10 @@
namespace mongo {
- class Client;
+class Client;
- struct CopyDbAuthConnection {
- static std::unique_ptr<DBClientBase>& forClient(Client* client);
- };
+struct CopyDbAuthConnection {
+ static std::unique_ptr<DBClientBase>& forClient(Client* client);
+};
-} // namespace mongo
+} // namespace mongo