Skip to content

Commit

Permalink
token-client: Limit doc comments width to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Dec 17, 2024
1 parent 6be5398 commit 5952a2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion token/client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 5952a2b

Please sign in to comment.