]> Repositorios git - scryer-prolog.git/commitdiff
fix cargo style failure
authorMark <[email protected]>
Mon, 11 Dec 2023 22:17:02 +0000 (15:17 -0700)
committerMark <[email protected]>
Mon, 11 Dec 2023 22:17:02 +0000 (15:17 -0700)
src/machine/system_calls.rs

index cfacdc357c0041f213877c3539793759a2e954a6..674a288f2ac38c3d601f28d9ffdeaa9f5aabc3b9 100644 (file)
@@ -6520,10 +6520,8 @@ impl Machine {
         );
 
         if had_zero_port {
-            self.machine_st.unify_fixnum(
-                Fixnum::build_with(port as i64),
-                self.deref_register(2),
-            );
+            self.machine_st
+                .unify_fixnum(Fixnum::build_with(port as i64), self.deref_register(2));
         }
 
         Ok(())