Skip to content

Commit

Permalink
chore(named-args): fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFoxPro committed Mar 27, 2024
1 parent 05c793d commit ab1db25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgedb-protocol/src/query_arg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ where
let mut elements = Vec::new();
let mut fields: Vec<Option<Value>> = 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(),
Expand Down

0 comments on commit ab1db25

Please sign in to comment.