Skip to content

Commit

Permalink
style: nothing change
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorg0n committed Feb 24, 2025
1 parent 9ed5741 commit 2f7509e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Hikka(id: Long) : BaseTracker(id, "Hikka"), DeletableTracker {
track.score = readContent.score.toDouble()
update(track)
} else {
track.score = 0.0;
track.score = 0.0
update(track)
}
}
Expand Down

0 comments on commit 2f7509e

Please sign in to comment.