From 4978d7dc7f2dc3f8eddfc4af203482fefa9cd0f9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 7 Jan 2026 19:11:38 +0100 Subject: [PATCH] all: fix formatting --- llm/ant/ant.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/llm/ant/ant.go b/llm/ant/ant.go index 7cfb75b63af80e95220976518a6fd308a5afb43e..7d0a2119c840d74e0e5c3449172c4df2aebe321a 100644 --- a/llm/ant/ant.go +++ b/llm/ant/ant.go @@ -235,8 +235,6 @@ type request struct { TopK int `json:"top_k,omitempty"` TopP float64 `json:"top_p,omitempty"` StopSequences []string `json:"stop_sequences,omitempty"` - - } func mapped[Slice ~[]E, E, T any](s Slice, f func(E) T) []T {