From 841bb34e042ec06ed916508a352ae2c8ed7f8eab Mon Sep 17 00:00:00 2001 From: JFGHT Date: Thu, 15 Mar 2018 20:18:46 +0100 Subject: [PATCH] Fixed trailing whitespace --- types/stellar-sdk/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/stellar-sdk/index.d.ts b/types/stellar-sdk/index.d.ts index d7e1b0293e..955360d3f0 100644 --- a/types/stellar-sdk/index.d.ts +++ b/types/stellar-sdk/index.d.ts @@ -739,14 +739,14 @@ export namespace Operation { function fromXDRObject(xdrOperation: xdr.Operation): T; } -export class OperationCallBuilder extends CallBuilder { +export class OperationCallBuilder extends CallBuilder { forAccount(accountId: string): this; forLedger(sequence: string): this; forTransaction(transactionId: string): this; } export class OrderbookCallBuilder extends CallBuilder { } export class PathCallBuilder extends CallBuilder { } -export class PaymentCallBuilder extends CallBuilder { +export class PaymentCallBuilder extends CallBuilder { forAccount(accountId: string): this; forLedger(sequence: string): this; forTransaction(transactionId: string): this;