Skip to content

Commit

Permalink
fix: rm an empty line
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Oct 11, 2023
1 parent 8039e32 commit 05a959e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kclvm/sema/src/resolver/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,6 @@ impl<'ctx> MutSelfTypedResultWalker<'ctx> for Resolver<'ctx> {
);
}
}

let real_ret_ty = self.stmts(&lambda_expr.body);
self.leave_scope();
self.ctx.in_lambda_expr.pop();
Expand Down

0 comments on commit 05a959e

Please sign in to comment.