]> Repositorios git - scryer-prolog.git/commitdiff
cargo fmt
authorbakaq <[email protected]>
Thu, 12 Dec 2024 09:03:43 +0000 (06:03 -0300)
committerbakaq <[email protected]>
Thu, 12 Dec 2024 09:03:43 +0000 (06:03 -0300)
src/machine/lib_machine/mod.rs

index 13a39fcb2540b6c4343a5190fed127012b864249..24f22fe78ad701ba4ae998aed33bd426f81b0d77 100644 (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 }))
     }
 }