Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
megrogan committed Nov 22, 2023
1 parent ba59d36 commit 6fdd656
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/canisters/community/impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ impl RuntimeState {
let owner_count = owners.len() as u128;
let owner_share = (amount_available * 4 / 5) / owner_count;
let amount = owner_share.saturating_sub(gate.fee);

if amount > 0 {
for owner in owners {
self.data.pending_payments_queue.push(PendingPayment {
Expand Down

0 comments on commit 6fdd656

Please sign in to comment.