Skip to content

Commit 5d42518

Browse files
fmt
1 parent 413eacc commit 5d42518

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/sqlparser_postgres.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3763,10 +3763,7 @@ fn parse_xml_typed_string() {
37633763
}) => {
37643764
assert_eq!(name.to_string(), "xml");
37653765
assert!(modifiers.is_empty());
3766-
assert_eq!(
3767-
value.value,
3768-
Value::SingleQuotedString("<foo/>".to_string())
3769-
);
3766+
assert_eq!(value.value, Value::SingleQuotedString("<foo/>".to_string()));
37703767
}
37713768
other => panic!("Expected TypedString, got: {other:?}"),
37723769
}

0 commit comments

Comments
 (0)