Add missing semi-colon
This commit is contained in:
committed by
Leonid Logvinov
parent
66bd798e80
commit
2cdb0de1c3
2
packages/web3-typescript-typings/index.d.ts
vendored
2
packages/web3-typescript-typings/index.d.ts
vendored
@@ -103,7 +103,7 @@ declare module 'web3' {
|
||||
interface Provider {}
|
||||
|
||||
interface Sha3Options {
|
||||
encoding: string
|
||||
encoding: string;
|
||||
}
|
||||
}
|
||||
/* tslint:disable */
|
||||
|
Reference in New Issue
Block a user