From ffe6dee6aa50c864cc9a36e816eb95f2f23719b1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 11 Jan 2016 02:56:32 +0100 Subject: refactor code to be clearer/prettier --- extension/lib/wallet/http.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'extension/lib/wallet/http.ts') diff --git a/extension/lib/wallet/http.ts b/extension/lib/wallet/http.ts index d132857b7..3f7244e40 100644 --- a/extension/lib/wallet/http.ts +++ b/extension/lib/wallet/http.ts @@ -23,7 +23,6 @@ "use strict"; - export interface HttpResponse { status: number; responseText: string; @@ -32,8 +31,8 @@ export interface HttpResponse { export class BrowserHttpLib { req(method: string, - url: string|uri.URI, - options?: any): Promise { + url: string|uri.URI, + options?: any): Promise { let urlString: string; if (url instanceof URI) { urlString = url.href(); -- cgit v1.2.3