mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 02:34:20 +01:00
fix formatting
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user