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

Commit 7505320

Browse files
committed
cargo fmt
1 parent b5b6f39 commit 7505320

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

token/program-2022/src/extension/confidential_transfer/instruction.rs

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ pub enum ConfidentialTransferInstruction {
8484
/// * Single owner/delegate
8585
/// 0. `[writeable]` The SPL Token account.
8686
/// 1. `[]` The corresponding SPL Token mint.
87-
/// 2. `[]` Instructions sysvar if `VerifyPubkeyValidity` is included
88-
/// in the same transaction or context state account if
87+
/// 2. `[]` Instructions sysvar if `VerifyPubkeyValidity` is included in
88+
/// the same transaction or context state account if
8989
/// `VerifyPubkeyValidity` is pre-verified into a context state
9090
/// account.
9191
/// 3. `[]` (Optional) Record account if the accompanying proof is to be
@@ -95,8 +95,8 @@ pub enum ConfidentialTransferInstruction {
9595
/// * Multisignature owner/delegate
9696
/// 0. `[writeable]` The SPL Token account.
9797
/// 1. `[]` The corresponding SPL Token mint.
98-
/// 2. `[]` Instructions sysvar if `VerifyPubkeyValidity` is included
99-
/// in the same transaction or context state account if
98+
/// 2. `[]` Instructions sysvar if `VerifyPubkeyValidity` is included in
99+
/// the same transaction or context state account if
100100
/// `VerifyPubkeyValidity` is pre-verified into a context state
101101
/// account.
102102
/// 3. `[]` (Optional) Record account if the accompanying proof is to be
@@ -267,7 +267,8 @@ pub enum ConfidentialTransferInstruction {
267267
/// 2. `[]` The token mint.
268268
/// 3. `[writable]` The destination SPL Token account.
269269
/// 4. `[]` (Optional) Instructions sysvar if at least one of the
270-
/// `zk_elgamal_proof` instructions are included in the same transaction.
270+
/// `zk_elgamal_proof` instructions are included in the same
271+
/// transaction.
271272
/// 5. `[]` (Optional) Equality proof record account or context state
272273
/// account.
273274
/// 6. `[]` (Optional) Ciphertext validity proof record account or context
@@ -281,7 +282,8 @@ pub enum ConfidentialTransferInstruction {
281282
/// 2. `[]` The token mint.
282283
/// 3. `[writable]` The destination SPL Token account.
283284
/// 4. `[]` (Optional) Instructions sysvar if at least one of the
284-
/// `zk_elgamal_proof` instructions are included in the same transaction.
285+
/// `zk_elgamal_proof` instructions are included in the same
286+
/// transaction.
285287
/// 5. `[]` (Optional) Equality proof record account or context state
286288
/// account.
287289
/// 6. `[]` (Optional) Ciphertext validity proof record account or context
@@ -433,7 +435,8 @@ pub enum ConfidentialTransferInstruction {
433435
/// 2. `[]` The token mint.
434436
/// 3. `[writable]` The destination SPL Token account.
435437
/// 4. `[]` (Optional) Instructions sysvar if at least one of the
436-
/// `zk_elgamal_proof` instructions are included in the same transaction.
438+
/// `zk_elgamal_proof` instructions are included in the same
439+
/// transaction.
437440
/// 5. `[]` (Optional) Equality proof record account or context state
438441
/// account.
439442
/// 6. `[]` (Optional) Transfer amount ciphertext validity proof record
@@ -451,7 +454,8 @@ pub enum ConfidentialTransferInstruction {
451454
/// 2. `[]` The token mint.
452455
/// 3. `[writable]` The destination SPL Token account.
453456
/// 4. `[]` (Optional) Instructions sysvar if at least one of the
454-
/// `zk_elgamal_proof` instructions are included in the same transaction.
457+
/// `zk_elgamal_proof` instructions are included in the same
458+
/// transaction.
455459
/// 5. `[]` (Optional) Equality proof record account or context state
456460
/// account.
457461
/// 6. `[]` (Optional) Transfer amount ciphertext validity proof record

0 commit comments

Comments
 (0)