mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
cargo fmt
This commit is contained in:
parent
7d604748bd
commit
f4a59c5745
@ -467,10 +467,7 @@ impl ParserContext<'_> {
|
||||
None
|
||||
};
|
||||
|
||||
Ok(CircuitVariableInitializer {
|
||||
identifier,
|
||||
expression,
|
||||
})
|
||||
Ok(CircuitVariableInitializer { identifier, expression })
|
||||
}
|
||||
|
||||
/// Returns an [`Expression`] AST node if the next tokens represent a
|
||||
|
@ -192,7 +192,8 @@ impl<'a> CodeGenerator<'a> {
|
||||
"into {dest} as {name};",
|
||||
dest = destination_register,
|
||||
name = name,
|
||||
).expect("failed to write to string");
|
||||
)
|
||||
.expect("failed to write to string");
|
||||
|
||||
instructions.push_str(&circuit_init_instruction);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user