summaryrefslogtreecommitdiff
path: root/src/mongo/client/sdam/server_description.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/sdam/server_description.h')
-rw-r--r--src/mongo/client/sdam/server_description.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/client/sdam/server_description.h b/src/mongo/client/sdam/server_description.h
index 662890480c2..42e87ab34e8 100644
--- a/src/mongo/client/sdam/server_description.h
+++ b/src/mongo/client/sdam/server_description.h
@@ -51,8 +51,7 @@ public:
* Construct an unknown ServerDescription with default values except the server's address.
*/
ServerDescription(ServerAddress address)
- : _address(std::move(address)), _type(ServerType::kUnknown) {
- }
+ : _address(std::move(address)), _type(ServerType::kUnknown) {}
/**
* Build a new ServerDescription according to the rules of the SDAM spec based on the