Fix formatting

pull/1887/head
Gernot Salzer 3 weeks ago committed by GitHub
parent 2bbc3a2120
commit 31c3e6b49e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      mythril/ethereum/util.py

@ -188,7 +188,7 @@ def remove_comments_strings(prg):
else:
done += todo[: m.start()]
if m[0] == "//":
end = todo.find('\n', m.end())
end = todo.find("\n", m.end())
todo = "" if end == -1 else todo[end:]
elif m[0] == "/*":
end = todo.find("*/", m.end())

Loading…
Cancel
Save