Enabled a few linters

This commit is contained in:
2019-05-08 17:16:47 +09:00
parent 868ba2ba99
commit 28aef487c5
5 changed files with 14 additions and 15 deletions

View File

@ -57,7 +57,7 @@ func Filter(ctx *aero.Context) string {
}
func filterAnime(year, season, status, typ string) []*arn.Anime {
var results []*arn.Anime
results := make([]*arn.Anime, 0, 1024)
for anime := range arn.StreamAnime() {
if year != "any" {