fix formatting

This commit is contained in:
alpaylan
2025-02-05 11:25:58 -05:00
parent 3adad219bd
commit f8905d1bc0

View File

@@ -196,7 +196,9 @@ impl Property {
}),
});
let limit = select.limit.expect("Property::SelectLimit without a LIMIT clause");
let limit = select
.limit
.expect("Property::SelectLimit without a LIMIT clause");
let assertion = Interaction::Assertion(Assertion {
message: "select query should respect the limit clause".to_string(),