gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 02/02: formatting


From: gnunet
Subject: [taler-wallet-core] 02/02: formatting
Date: Fri, 12 Feb 2021 19:29:09 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository wallet-core.

commit 2bfb7853fdb85b857818b5ab79a02b9c79a3232c
Author: ms <ms@taler.net>
AuthorDate: Fri Feb 12 19:28:54 2021 +0100

    formatting
---
 packages/taler-wallet-cli/src/integrationtests/libeufin.ts | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/packages/taler-wallet-cli/src/integrationtests/libeufin.ts 
b/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
index 8d36c66a..04e67713 100644
--- a/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
@@ -247,7 +247,6 @@ export interface SimulateIncomingTransactionRequest {
   currency: string;
 }
 
-
 /**
  * The bundle aims at minimizing the amount of input
  * data that is required to initialize a new user + Ebics
@@ -260,11 +259,10 @@ class NexusUserBundle {
   localAccountName: string;
   remoteAccountName: string;
 
-  constructor(ebicsURL: string, nameSalt: string) {
-
+  constructor(ebicsURL: string, salt: string) {
     this.userReq = {
       username: `username-${salt}`,
-      password: `password-${salt}`
+      password: `password-${salt}`,
     };
 
     this.connReq = {
@@ -281,7 +279,7 @@ class NexusUserBundle {
       reserveTransferLevel: "report",
       accountName: `local-account-${salt}`,
       connectionName: `connection-${salt}`,
-    }; 
+    };
     this.remoteAccountName = `remote-account-${salt}`;
     this.localAccountName = `local-account-${salt}`;
   }
@@ -307,7 +305,7 @@ class SandboxUserBundle {
         partnerID: `ebicspartner-${salt}`,
         userID: `ebicsuser-${salt}`,
       },
-    }
+    };
   }
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]