style(e2e): 清理代码格式和未使用的导入

- 删除 loadbalance_e2e_test.go 中未使用的 encoding/json 导入
- 删除 ssl_e2e_test.go 中未使用的 net/http 导入
- 格式化 testutil/config.go 中的结构体字段对齐
- 为多个文件添加末尾换行符

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
xfy 2026-04-23 15:36:42 +08:00
parent 9eaa77478a
commit 2ffcfd782b
7 changed files with 9 additions and 11 deletions

View File

@ -9,7 +9,6 @@ package e2e
import ( import (
"context" "context"
"encoding/json"
"io" "io"
"net/http" "net/http"
"testing" "testing"

View File

@ -11,7 +11,6 @@ import (
"context" "context"
"crypto/tls" "crypto/tls"
"io" "io"
"net/http"
"os" "os"
"strings" "strings"
"testing" "testing"