Commit d8518180 authored by IanShaw027's avatar IanShaw027
Browse files

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

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

Fixes CI golangci-lint check for PR #37
parent 576bf463
......@@ -7,7 +7,6 @@ import (
"strconv"
"strings"
"time"
)
const (
......
......@@ -4,7 +4,6 @@ import (
"context"
"strconv"
"time"
)
type GeminiTokenRefresher struct {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment