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

Commit ec6bcc4

Browse files
committed
cargo fmt
1 parent e908b0d commit ec6bcc4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

token/client/src/token.rs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2281,8 +2281,9 @@ where
22812281
)
22822282
} else {
22832283
// the validity proof data is always generated unless
2284-
// `transfer_amount_auditor_ciphertext_lo` and `transfer_amount_auditor_ciphertext_hi`
2285-
// are `Some`, so it is safe to unwrap
2284+
// `transfer_amount_auditor_ciphertext_lo` and
2285+
// `transfer_amount_auditor_ciphertext_hi` are `Some`, so it is
2286+
// safe to unwrap
22862287
(
22872288
*transfer_amount_auditor_ciphertext_lo.unwrap(),
22882289
*transfer_amount_auditor_ciphertext_hi.unwrap(),
@@ -2665,8 +2666,9 @@ where
26652666
)
26662667
} else {
26672668
// the validity proof data is always generated unless
2668-
// `transfer_amount_auditor_ciphertext_lo` and `transfer_amount_auditor_ciphertext_hi`
2669-
// are `Some`, so it is safe to unwrap
2669+
// `transfer_amount_auditor_ciphertext_lo` and
2670+
// `transfer_amount_auditor_ciphertext_hi` are `Some`, so it is
2671+
// safe to unwrap
26702672
(
26712673
*transfer_amount_auditor_ciphertext_lo.unwrap(),
26722674
*transfer_amount_auditor_ciphertext_hi.unwrap(),

0 commit comments

Comments
 (0)