Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler committed Sep 5, 2023
1 parent 9bb7158 commit 410d560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/lockdrop/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ fn migrate_users(
)?;
}
}
MIGRATION_USERS_COUNTER.save(deps.storage, &(current_skip + limit as u32))?;
MIGRATION_USERS_COUNTER.save(deps.storage, &(current_skip + limit))?;
}
Ok(Response::default().add_attributes(attrs))
}
Expand Down

0 comments on commit 410d560

Please sign in to comment.