summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/update_array_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/update/update_array_node.h')
-rw-r--r--src/mongo/db/update/update_array_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/update/update_array_node.h b/src/mongo/db/update/update_array_node.h
index 0c0ec5550d8..67af11a6cd3 100644
--- a/src/mongo/db/update/update_array_node.h
+++ b/src/mongo/db/update/update_array_node.h
@@ -86,7 +86,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,
toArrayFilterIdentifier(pathSuffix));
child->produceSerializationMap(currentPath, operatorOrientedUpdates);