Add newline between type defs

This commit is contained in:
Fabio Berger
2017-06-19 17:38:21 -07:00
parent dc7c2082df
commit 1ad54ba742

View File

@@ -310,6 +310,7 @@ export interface ContractEventEmitter {
watch: (eventCallback: EventCallback) => void;
stopWatchingAsync: () => Promise<void>;
}
/**
* We re-export the `Web3.Provider` type specified in the Web3 Typescript typings
* since it is the type of the `provider` argument to the `ZeroEx` constructor.