random whitespace removal
This commit is contained in:
@@ -243,7 +243,7 @@ impl ParseTree {
|
|||||||
}).collect::<Vec<Result<_, TokenizeError>>>().into_iter();
|
}).collect::<Vec<Result<_, TokenizeError>>>().into_iter();
|
||||||
|
|
||||||
let mut trees: Vec<ParseTree> = vec![];
|
let mut trees: Vec<ParseTree> = vec![];
|
||||||
|
|
||||||
while let Ok(tree) = ParseTree::parse(&mut array_tokens, globals, locals) {
|
while let Ok(tree) = ParseTree::parse(&mut array_tokens, globals, locals) {
|
||||||
trees.push(tree);
|
trees.push(tree);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user