From 5952a2b79debb747b1dcc6d9e58a6d3150381a5f Mon Sep 17 00:00:00 2001 From: acheron Date: Tue, 17 Dec 2024 21:26:03 +0100 Subject: [PATCH] token-client: Limit doc comments width to `80` --- token/client/src/client.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/token/client/src/client.rs b/token/client/src/client.rs index 0921d8cf14d..265d814a574 100644 --- a/token/client/src/client.rs +++ b/token/client/src/client.rs @@ -126,7 +126,8 @@ pub struct ProgramRpcClientSendTransaction { } impl ProgramRpcClientSendTransaction { - /// Create an instance that sends the transaction **without** waiting for confirmation. + /// Create an instance that sends the transaction **without** waiting for + /// confirmation. pub fn new() -> Self { Self::default() }