Skip to content

Commit 7f70409

Browse files
committed
fix: fmt
1 parent e975608 commit 7f70409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/r/greg007/gnobounty/leaderboard.gno

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func GetLeaderboard() []LeaderboardEntry {
4848
if !ok || app == nil {
4949
return false
5050
}
51-
51+
5252
// Only count approved applications (20 points)
5353
if app.Status == StatusApproved {
5454
entry := getEntry(app.Applicant)
@@ -62,7 +62,7 @@ func GetLeaderboard() []LeaderboardEntry {
6262
entry.ValidationsPerformed++
6363
entry.Score += 5
6464
}
65-
65+
6666
return false
6767
})
6868

0 commit comments

Comments
 (0)