gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/03: pretty


From: gnunet
Subject: [taler-wallet-core] 01/03: pretty
Date: Tue, 31 Jan 2023 15:43:11 +0100

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

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

commit 5ff92139ba7448fdaed1d8ca4f7b46a8e46a67c4
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Jan 31 11:42:12 2023 -0300

    pretty
---
 packages/taler-util/src/logging.ts | 2 +-
 packages/taler-util/src/twrpc.ts   | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/packages/taler-util/src/logging.ts 
b/packages/taler-util/src/logging.ts
index ae4e2df53..c4b2a3da0 100644
--- a/packages/taler-util/src/logging.ts
+++ b/packages/taler-util/src/logging.ts
@@ -98,7 +98,7 @@ function writeNodeLog(
  * and uses the corresponding console.* method to log in the browser.
  */
 export class Logger {
-  constructor(private tag: string) { }
+  constructor(private tag: string) {}
 
   shouldLogTrace(): boolean {
     const level = byTagLogLevel[this.tag] ?? globalLogLevel;
diff --git a/packages/taler-util/src/twrpc.ts b/packages/taler-util/src/twrpc.ts
index e5485d320..368e04e27 100644
--- a/packages/taler-util/src/twrpc.ts
+++ b/packages/taler-util/src/twrpc.ts
@@ -21,7 +21,6 @@
  * by the wallet for testing purposes.
  */
 
-
 // Platform-specific implementation
 export { connectRpc, runRpcServer } from "#twrpc-impl";
 
@@ -60,5 +59,3 @@ export interface RpcConnectArgs<T> {
     onMessage(m: JsonMessage): void;
   };
 }
-
-

-- 
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]