From 1ad54ba74229a1e617d3b85430b32455c63a08b0 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 19 Jun 2017 17:38:21 -0700 Subject: Add newline between type defs --- src/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/types.ts b/src/types.ts index c4191ebd8..7f52970e6 100644 --- a/src/types.ts +++ b/src/types.ts @@ -310,6 +310,7 @@ export interface ContractEventEmitter { watch: (eventCallback: EventCallback) => void; stopWatchingAsync: () => Promise; } + /** * 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. -- cgit v1.2.3