Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 5952a2b

Browse files
committed
token-client: Limit doc comments width to 80
1 parent 6be5398 commit 5952a2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

token/client/src/client.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ pub struct ProgramRpcClientSendTransaction {
126126
}
127127

128128
impl ProgramRpcClientSendTransaction {
129-
/// Create an instance that sends the transaction **without** waiting for confirmation.
129+
/// Create an instance that sends the transaction **without** waiting for
130+
/// confirmation.
130131
pub fn new() -> Self {
131132
Self::default()
132133
}

0 commit comments

Comments
 (0)