fix(lint): 修复 gofmt 格式问题

修复 golangci-lint 检查失败的问题:
- gemini_token_provider.go: 删除 import 后多余空行
- gemini_token_refresher.go: 删除 import 后多余空行

Fixes CI golangci-lint check for PR #37
This commit is contained in:
IanShaw027
2025-12-26 22:24:22 +08:00
parent 576bf4639c
commit d851818035
2 changed files with 0 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ import (
"strconv" "strconv"
"strings" "strings"
"time" "time"
) )
const ( const (

View File

@@ -4,7 +4,6 @@ import (
"context" "context"
"strconv" "strconv"
"time" "time"
) )
type GeminiTokenRefresher struct { type GeminiTokenRefresher struct {