]> Repositorios git - scryer-prolog.git/commitdiff
fix cargo fmt --check
authorMark <[email protected]>
Tue, 2 Jan 2024 17:08:00 +0000 (10:08 -0700)
committerMark <[email protected]>
Tue, 2 Jan 2024 17:08:00 +0000 (10:08 -0700)
src/codegen.rs

index 11ad867fc594421af5b77c8c33f72e6059b677ae..23c592386ed1a066fc1fe4eaff77f77644605c6f 100644 (file)
@@ -860,11 +860,8 @@ impl<'b> CodeGenerator<'b> {
                     self.marker.mark_safe_var_unconditionally(var_num);
                     compile_expr!(self, &terms[1], term_loc, code)
                 } else {
-                    self.marker.mark_anon_var::<QueryInstruction>(
-                        Level::Shallow,
-                        term_loc,
-                        code,
-                    );
+                    self.marker
+                        .mark_anon_var::<QueryInstruction>(Level::Shallow, term_loc, code);
 
                     if let Term::Var(ref vr, ref var) = &terms[1] {
                         let var_num = var.to_var_num().unwrap();