Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEden33773 committed Oct 5, 2024
1 parent 089cc46 commit 86a089c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/translator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ impl Translator {
}

fn body(&mut self, expr: &BodyExpr) {
for e in expr.statements.iter() {
self.statement(e);
for expr in expr.statements.iter() {
self.statement(expr);
}
}
}
Expand Down

0 comments on commit 86a089c

Please sign in to comment.