Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkazu committed Sep 28, 2024
1 parent 3ea2749 commit 2d17a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/opf/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ pub mod pallet {
let projects = WhiteListedProjectAccounts::<T>::get();
for project in projects {
if let Some(infos) = Votes::<T>::get(&project, &voter) {
voter_holds.saturating_add(infos.amount);
voter_holds.saturating_add(infos.amount);
}
}

Expand Down

0 comments on commit 2d17a4e

Please sign in to comment.