Add missing semi-colon

This commit is contained in:
Fabio Berger
2017-07-18 18:34:47 +02:00
committed by Leonid Logvinov
parent 66bd798e80
commit 2cdb0de1c3

View File

@@ -103,7 +103,7 @@ declare module 'web3' {
interface Provider {}
interface Sha3Options {
encoding: string
encoding: string;
}
}
/* tslint:disable */