summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/update_object_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/update/update_object_node.h')
-rw-r--r--src/mongo/db/update/update_object_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/update/update_object_node.h b/src/mongo/db/update/update_object_node.h
index 6f9bed7357a..d7f2e56e9de 100644
--- a/src/mongo/db/update/update_object_node.h
+++ b/src/mongo/db/update/update_object_node.h
@@ -111,7 +111,7 @@ public:
FieldRef* currentPath,
std::map<std::string, std::vector<std::pair<std::string, BSONObj>>>*
operatorOrientedUpdates) const final {
- for (const auto & [ pathSuffix, child ] : _children) {
+ for (const auto& [pathSuffix, child] : _children) {
FieldRef::FieldRefTempAppend tempAppend(*currentPath, pathSuffix);
child->produceSerializationMap(currentPath, operatorOrientedUpdates);
}