Skip to content

Commit

Permalink
Run movefmt again
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Jan 4, 2025
1 parent 321f2e7 commit e7a53b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/move/emojicoin_arena/sources/emojicoin_arena.move
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,11 @@ module arena::emojicoin_arena {
entry fun exit<Coin0, LP0, Coin1, LP1>(participant: &signer) acquires Escrow, Registry {
// Crank schedule, set local variables.
let (
registry_ref_mut, melee_is_active, participant_address, escrow_ref_mut, melee_id
registry_ref_mut,
melee_is_active,
participant_address,
escrow_ref_mut,
melee_id
) = existing_participant_prologue<Coin0, LP0, Coin1, LP1>(participant);

exit_inner<Coin0, LP0, Coin1, LP1>(
Expand Down

0 comments on commit e7a53b6

Please sign in to comment.