From aff9aa7fa5ed3c7aa82cf5377c4a82b20e403f75 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 1 Dec 2025 10:34:10 -0800 Subject: [PATCH] fmt --- weed/util/http/client/http_client.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/weed/util/http/client/http_client.go b/weed/util/http/client/http_client.go index 3e015ca2d..660c12318 100644 --- a/weed/util/http/client/http_client.go +++ b/weed/util/http/client/http_client.go @@ -4,14 +4,15 @@ import ( "crypto/tls" "crypto/x509" "fmt" - util "github.com/seaweedfs/seaweedfs/weed/util" - "github.com/spf13/viper" "io" "net/http" "net/url" "os" "strings" "sync" + + util "github.com/seaweedfs/seaweedfs/weed/util" + "github.com/spf13/viper" ) var (