Skip to content

Commit

Permalink
fix: lint trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Dec 10, 2024
1 parent fc01c10 commit d5cc280
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/incentive/keeper/btc_staking_gauge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,4 @@ func coinsAtLeastMinAmount(value sdk.Coins, minAmt math.Int) sdk.Coins {
ret = ret.Add(sdk.NewCoin(v.Denom, minAmt))
}
return ret

}

0 comments on commit d5cc280

Please sign in to comment.