Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszaaa committed Dec 27, 2024
1 parent 307b8dd commit c0d53bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/rolldown/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ mod benchmarks {
STAKE_AMOUNT.try_into().ok().expect("u128 should fit into Balance type"),
sequencer_alias,
pallet_sequencer_staking::StakeAction::StakeOnly,
sequencer.clone()
sequencer.clone(),
)?;

if should_be_active {
Expand Down

0 comments on commit c0d53bf

Please sign in to comment.