Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Nov 15, 2023
1 parent be722f1 commit 55b1595
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion quaint/src/visitor/postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ impl<'a> Visitor<'a> for Postgres<'a> {

Ok(())
})?;

} else {
self.visit_parameterized(Value::array(
variants.into_iter().map(|variant| variant.into_enum(name.clone())),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mod prisma_21901 {
run_query!(
runner,
r#"mutation { createOneTest(data: { id: 1, colors: ["red"] }) { colors } }"#
),
),
@r###"{"data":{"createOneTest":{"colors":["red"]}}}"###
);

Expand Down

0 comments on commit 55b1595

Please sign in to comment.