chore: go fmt

This commit is contained in:
2026-05-12 12:35:23 +02:00
parent 3c7ff72afa
commit 31796543c2
4 changed files with 1 additions and 6 deletions

View File

@@ -10,7 +10,6 @@ type ScheduleResult struct {
HasNextPage bool // whether more pages available
}
// GetSeasonsNow returns currently airing anime for the current season.
func (c *Client) GetSeasonsNow(ctx context.Context, page int) (TopAnimeResult, error) {
if page < 1 {