Skip to content

Commit

Permalink
fix wrong indent
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Aug 9, 2024
1 parent 86b138e commit d73c834
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion programs/stake/src/rewards.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ fn redeem_stake_rewards(
/// * staker_rewards to be distributed
/// * voter_rewards to be distributed
/// * new value for credits_observed in the stake
/// returns None if there's no payout or if any deserved payout is < 1 lamport
///
/// returns None if there's no payout or if any deserved payout is < 1 lamport
fn calculate_stake_rewards(
rewarded_epoch: Epoch,
stake: &Stake,
Expand Down

0 comments on commit d73c834

Please sign in to comment.