Skip to content

Commit

Permalink
Whitespace to trigger CI
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com>
  • Loading branch information
angelhof committed Jun 18, 2022
1 parent a1c9463 commit 6e65175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/ast_to_ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,3 +990,4 @@ def ast_match(ast_node, cases, *args):
return ast_match_untyped(ast_node, cases, *args)

return cases[ast_node.construct.value](*args)(ast_node)

0 comments on commit 6e65175

Please sign in to comment.