cargo fmt
This commit is contained in:
@@ -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 }))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user