From f3e2c4fc78e777fa247e94539bbfc2151250010c Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Mon, 25 May 2026 14:56:24 +0300 Subject: [PATCH] fix(wallet): fmt --- wallet/src/program_facades/native_token_transfer/public.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/src/program_facades/native_token_transfer/public.rs b/wallet/src/program_facades/native_token_transfer/public.rs index cb724d18..b6c50c31 100644 --- a/wallet/src/program_facades/native_token_transfer/public.rs +++ b/wallet/src/program_facades/native_token_transfer/public.rs @@ -128,4 +128,4 @@ impl NativeTokenTransfer<'_> { .send_transaction(NSSATransaction::Public(tx)) .await?) } -} \ No newline at end of file +}