Skip to content

Commit 3c783e3

Browse files
style: format code with Go fmt
This commit fixes the style issues introduced in 5d546b8 according to the output from Go fmt. Details: #150
1 parent 5d546b8 commit 3c783e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/api/providers/metadata/metadata_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ func TestEnrichAnime_TMDBFallbackForSingleSeason(t *testing.T) {
278278
// Mock TMDB TV details (4 seasons)
279279
tvBody, _ := json.Marshal(map[string]any{
280280
"seasons": []map[string]any{
281-
{"season_number": 0, "episode_count": 4}, // Specials — skipped
281+
{"season_number": 0, "episode_count": 4}, // Specials — skipped
282282
{"season_number": 1, "episode_count": 51},
283283
{"season_number": 2, "episode_count": 51},
284284
{"season_number": 3, "episode_count": 52},

0 commit comments

Comments
 (0)