aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src/twrpc.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/src/twrpc.ts')
-rw-r--r--packages/taler-util/src/twrpc.ts3
1 files changed, 0 insertions, 3 deletions
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;
};
}
-
-