Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Nov 13, 2024
1 parent f3a952f commit c181b7b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,8 @@ contract Token {
));

// 4. We prepare the partial notes
let fee_payer_point_slot = _prepare_transfer_to_private(user, fee_payer, &mut context, storage);
let fee_payer_point_slot =
_prepare_transfer_to_private(user, fee_payer, &mut context, storage);
let user_point_slot = _prepare_transfer_to_private(user, user, &mut context, storage);

// 5. Set the public teardown function to `complete_refund(...)`. Public teardown is the only time when a public
Expand Down

0 comments on commit c181b7b

Please sign in to comment.