From 77971bbe3f5585ae20ae0cfcab739ea2b4a287a6 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Mon, 18 Nov 2024 23:04:53 -0800 Subject: [PATCH] Newline for legibility. --- src/lib/wallet.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/wallet.ts b/src/lib/wallet.ts index 4379496..a7736eb 100644 --- a/src/lib/wallet.ts +++ b/src/lib/wallet.ts @@ -118,7 +118,8 @@ abstract class Wallet { } /** - * Refreshes wallet account balances, frontiers, and representatives from the current state on the network. + * Refreshes wallet account balances, frontiers, and representatives from the + * current state on the network. * * A successful response will set these properties on each account. * -- 2.34.1