fix cargo style failure

This commit is contained in:
Mark
2023-12-11 15:17:02 -07:00
parent 658258c8c3
commit 82f3731c97

View File

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