2 lines
150 B
Plaintext
Raw Normal View History

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