chore: cargo fmt

This commit is contained in:
Levy A.
2025-01-14 06:39:11 -03:00
parent 08c8c655e9
commit 6e0ce3dd01

View File

@@ -481,7 +481,6 @@ impl Statement {
pub fn bind(&mut self, value: Value) {
self.state.bind(value.into());
}
}
pub enum StepResult<'a> {