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 +}