Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbubbles committed Nov 23, 2024
1 parent f0bbf6f commit 5f2cd05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vyper/codegen/stmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def _assert_reason(self, test_expr, msg):
ir_node = revert_seq
else:
ir_node = ["if", ["iszero", test_expr], revert_seq]

return IRnode.from_list(ir_node, error_msg="user revert with reason")

def parse_Assert(self):
Expand Down

0 comments on commit 5f2cd05

Please sign in to comment.