Formatting
This commit is contained in:
+3
-1
@@ -417,7 +417,9 @@ impl VM {
|
||||
self.stack.extend(arg_vals);
|
||||
} else {
|
||||
// Map each parameter pattern to the provided arguments
|
||||
if let BoundKind::Tuple { elements } = &closure.parameter_node.kind {
|
||||
if let BoundKind::Tuple { elements } =
|
||||
&closure.parameter_node.kind
|
||||
{
|
||||
let mut offset = 0;
|
||||
for el in elements {
|
||||
self.unpack(el, &arg_vals, &mut offset)?;
|
||||
|
||||
Reference in New Issue
Block a user