mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-18 07:11:53 +03:00
formatting:
This commit is contained in:
parent
c960d7195f
commit
c0aa78223c
@ -297,7 +297,7 @@ impl<'a> CodeGenerator<'a> {
|
|||||||
write!(instruction, " {argument}").expect("failed to write to string");
|
write!(instruction, " {argument}").expect("failed to write to string");
|
||||||
}
|
}
|
||||||
let destination_register = get_destination_register();
|
let destination_register = get_destination_register();
|
||||||
write!(instruction, " into {destination_register} as {return_type};\n").expect("failed to write to string");
|
writeln!(instruction, " into {destination_register} as {return_type};").expect("failed to write to string");
|
||||||
(destination_register, instruction)
|
(destination_register, instruction)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user