Skip to content

Commit

Permalink
Stylistic tweak for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
area committed Jun 10, 2024
1 parent 60cad03 commit 295f2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/extensions/StreamingPayments.sol
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ contract StreamingPayments is ColonyExtensionMeta {
);

if (getAmountClaimableLifetime(numStreamingPayments) > 0) {
nUnresolvedStreamingPayments++;
nUnresolvedStreamingPayments += 1;
}

emit StreamingPaymentCreated(msgSender(), numStreamingPayments);
Expand Down

0 comments on commit 295f2e2

Please sign in to comment.