"backend/vscode:/vscode.git/clone" did not exist on "a11c71cea9168193b9e30670ad1d39f653a7a131"
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 ( ...@@ -7,7 +7,6 @@ import (
"strconv" "strconv"
"strings" "strings"
"time" "time"
) )
const ( const (
......
...@@ -4,7 +4,6 @@ import ( ...@@ -4,7 +4,6 @@ import (
"context" "context"
"strconv" "strconv"
"time" "time"
) )
type GeminiTokenRefresher struct { 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