Merge pull request #1310 from zjuchenyuan/patch-1

Update event_call.py
pull/1395/head
Feist Josselin 2 years ago committed by GitHub
commit cf4ab2b816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      slither/slithir/operations/event_call.py

@ -17,4 +17,4 @@ class EventCall(Call):
def __str__(self):
args = [str(a) for a in self.arguments]
return f"Emit {self.name}({'.'.join(args)})"
return f"Emit {self.name}({','.join(args)})"

Loading…
Cancel
Save