cargo fmt

This commit is contained in:
bakaq
2024-12-12 06:03:43 -03:00
parent 74e3d32ca9
commit 2e910de485

View File

@@ -521,9 +521,7 @@ impl Iterator for QueryState<'_> {
// choice point, so we should break.
self.machine.machine_st.backtrack();
Some(Ok(LeafAnswer::LeafAnswer {
bindings,
}))
Some(Ok(LeafAnswer::LeafAnswer { bindings }))
}
}