diff --git a/edgedb-protocol/src/query_arg.rs b/edgedb-protocol/src/query_arg.rs index 1eb9f654..fefd842f 100644 --- a/edgedb-protocol/src/query_arg.rs +++ b/edgedb-protocol/src/query_arg.rs @@ -574,7 +574,7 @@ where let mut elements = Vec::new(); let mut fields: Vec> = Vec::new(); for (key, arg) in iter.into_iter() { - let ValueWithCardinality(value, cd) = arg.into(); + let ValueWithCardinality(value, cd) = arg.into(); elements.push(ShapeElement { name: key.to_string(),