From ed96c6ccdeb1f79397d4a87b2b650afa2701d62c Mon Sep 17 00:00:00 2001 From: clawbot Date: Fri, 20 Feb 2026 03:02:32 -0800 Subject: [PATCH] fix: format cmd/chat-cli/api/client.go with gofmt --- cmd/chat-cli/api/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/chat-cli/api/client.go b/cmd/chat-cli/api/client.go index f7c96b3..d7d07de 100644 --- a/cmd/chat-cli/api/client.go +++ b/cmd/chat-cli/api/client.go @@ -5,9 +5,9 @@ import ( "encoding/json" "fmt" "io" - "strconv" "net/http" "net/url" + "strconv" "time" )