Remove trailing semicolon

pull/559/head
Dominik Muhs 6 years ago
parent cadf702ace
commit 6e8527af80
  1. 2
      mythril/ether/evm.py

@ -51,7 +51,7 @@ def trace(code, calldata = ""):
stackitems = re.findall(r'b\'(\d+)\'', m.group(1))
stack = "[";
stack = "["
if len(stackitems):

Loading…
Cancel
Save