fmt: apply gofmt formatting

This commit is contained in:
2026-04-20 01:49:52 +02:00
parent dccd9d8f59
commit a6d2b9821a
7 changed files with 7 additions and 9 deletions

View File

@@ -88,4 +88,4 @@ func (c *Client) GetRecommendations(ctx context.Context, animeID int, limit int)
c.setCache(ctx, cacheKey, animes, time.Hour*24)
return animes, nil
}
}