2 lines
150 B
Plaintext
2 lines
150 B
Plaintext
component Rating(value float64, user *arn.User)
|
|
.anime-rating= fmt.Sprintf("%." + strconv.Itoa(user.Settings().Format.RatingsPrecision) + "f", value) |