From 4e0c67e2a1cebc6ad65d4cb15c5894875de59bff Mon Sep 17 00:00:00 2001 From: Sergey Ukustov Date: Tue, 24 Oct 2017 11:46:19 +0300 Subject: Fix indentation --- packages/web3-typescript-typings/index.d.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'packages/web3-typescript-typings') diff --git a/packages/web3-typescript-typings/index.d.ts b/packages/web3-typescript-typings/index.d.ts index 46659ebd2..96b69e1c5 100644 --- a/packages/web3-typescript-typings/index.d.ts +++ b/packages/web3-typescript-typings/index.d.ts @@ -252,11 +252,11 @@ declare module 'web3' { } interface PersonalApi { - listAccounts: string[] | undefined; - newAccount(password?: string): string; - unlockAccount(address: string, password?: string, duration?: number): boolean; - lockAccount(address: string): boolean; - sign(message: string, account: string, password: string): string; + listAccounts: string[] | undefined; + newAccount(password?: string): string; + unlockAccount(address: string, password?: string, duration?: number): boolean; + lockAccount(address: string): boolean; + sign(message: string, account: string, password: string): string; } interface NetApi { -- cgit v1.2.3