Add missing semi-colons

This commit is contained in:
Fabio Berger
2017-07-18 03:05:55 +02:00
committed by Leonid Logvinov
parent cf37dfb257
commit 66bd798e80

View File

@@ -89,9 +89,9 @@ declare module 'web3' {
}
interface SolidityEvent<A> {
event: string
address: string
args: A
event: string;
address: string;
args: A;
}
interface FilterResult {