From 6891acd995a11c895b53cff28dfdad57878b3e85 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 4 May 2026 20:20:38 +0200 Subject: [PATCH] chore: formatting --- integrations/jikan/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/jikan/types.go b/integrations/jikan/types.go index bba71f1..9b0d51b 100644 --- a/integrations/jikan/types.go +++ b/integrations/jikan/types.go @@ -128,8 +128,8 @@ type CharacterEntry struct { } `json:"images"` Name string `json:"name"` } `json:"character"` - Role string `json:"role"` - VoiceActors []CharacterVoiceActor `json:"voice_actors"` + Role string `json:"role"` + VoiceActors []CharacterVoiceActor `json:"voice_actors"` } type CharactersResponse struct {