all: fix formatting

GitHub Actions created

Change summary

llm/ant/ant.go | 2 --
1 file changed, 2 deletions(-)

Detailed changes

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 {