From 320de746f7a2985b60c8564a0e65bdf231e840b7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Sep 2025 10:56:27 +0300 Subject: use gofumpt --- internal/logging/chatlogger.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/logging/chatlogger.go') diff --git a/internal/logging/chatlogger.go b/internal/logging/chatlogger.go index 2f2fc99..b2d8684 100644 --- a/internal/logging/chatlogger.go +++ b/internal/logging/chatlogger.go @@ -14,7 +14,8 @@ func NewChatLogger(provider string) ChatLogger { func (cl ChatLogger) LogStart(stream bool, model string, temp float64, maxTokens int, stop []string, messages []struct { Role string Content string -}) { +}, +) { chatOrStream := "chat" if stream { chatOrStream = "stream" -- cgit v1.2.3