From 08508afdb22d06eae674aa9778934dc08a72b793 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 10 Jul 2017 11:06:57 -0700 Subject: Remove spaces between union types to remain stylistically consistent --- packages/web3-typescript-typings/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/web3-typescript-typings/index.d.ts b/packages/web3-typescript-typings/index.d.ts index 95772364f..808a39a66 100644 --- a/packages/web3-typescript-typings/index.d.ts +++ b/packages/web3-typescript-typings/index.d.ts @@ -46,10 +46,10 @@ declare module 'web3' { namespace Web3 { type ContractAbi = Array; - type AbiDefinition = FunctionDescription | EventDescription; + type AbiDefinition = FunctionDescription|EventDescription; interface FunctionDescription { - type: "function" | "constructor" | "fallback"; + type: "function"|"constructor"|"fallback"; name?: string; inputs: Array; outputs?: Array; -- cgit v1.2.3