Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto committed Nov 12, 2024
1 parent 95b889e commit 2076cec
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions token/client/src/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2281,8 +2281,9 @@ where
)
} else {
// the validity proof data is always generated unless
// `transfer_amount_auditor_ciphertext_lo` and `transfer_amount_auditor_ciphertext_hi`
// are `Some`, so it is safe to unwrap
// `transfer_amount_auditor_ciphertext_lo` and
// `transfer_amount_auditor_ciphertext_hi` are `Some`, so it is
// safe to unwrap
(
*transfer_amount_auditor_ciphertext_lo.unwrap(),
*transfer_amount_auditor_ciphertext_hi.unwrap(),
Expand Down Expand Up @@ -2665,8 +2666,9 @@ where
)
} else {
// the validity proof data is always generated unless
// `transfer_amount_auditor_ciphertext_lo` and `transfer_amount_auditor_ciphertext_hi`
// are `Some`, so it is safe to unwrap
// `transfer_amount_auditor_ciphertext_lo` and
// `transfer_amount_auditor_ciphertext_hi` are `Some`, so it is
// safe to unwrap
(
*transfer_amount_auditor_ciphertext_lo.unwrap(),
*transfer_amount_auditor_ciphertext_hi.unwrap(),
Expand Down

0 comments on commit 2076cec

Please sign in to comment.