aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-typescript-typings
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web3-typescript-typings')
-rw-r--r--packages/web3-typescript-typings/index.d.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/web3-typescript-typings/index.d.ts b/packages/web3-typescript-typings/index.d.ts
index 92093cff0..2a4879603 100644
--- a/packages/web3-typescript-typings/index.d.ts
+++ b/packages/web3-typescript-typings/index.d.ts
@@ -89,9 +89,9 @@ declare module 'web3' {
}
interface SolidityEvent<A> {
- event: string
- address: string
- args: A
+ event: string;
+ address: string;
+ args: A;
}
interface FilterResult {