style: align struct field comments

This commit is contained in:
2026-05-02 20:13:44 +02:00
parent 248f234f73
commit bb8bc78b1d
4 changed files with 46 additions and 46 deletions

View File

@@ -151,7 +151,7 @@ func (a Anime) DurationSeconds() float64 {
minutes = val
}
}
return float64(hours*60 + minutes) * 60
return float64(hours*60+minutes) * 60
}
func (a Anime) Premiered() string {