fix cargo style failure
This commit is contained in:
@@ -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(())
|
||||||
|
|||||||
Reference in New Issue
Block a user