Commit b4f6c4f9 authored by erio's avatar erio
Browse files

style: fix gofmt formatting in gateway_service.go

Remove extra blank line that caused golangci-lint gofmt check to fail.
parent 14c6c932
...@@ -2616,7 +2616,6 @@ func (s *GatewayService) isModelSupportedByAccount(account *Account, requestedMo ...@@ -2616,7 +2616,6 @@ func (s *GatewayService) isModelSupportedByAccount(account *Account, requestedMo
return account.IsModelSupported(requestedModel) return account.IsModelSupported(requestedModel)
} }
// GetAccessToken 获取账号凭证 // GetAccessToken 获取账号凭证
func (s *GatewayService) GetAccessToken(ctx context.Context, account *Account) (string, string, error) { func (s *GatewayService) GetAccessToken(ctx context.Context, account *Account) (string, string, error) {
switch account.Type { switch account.Type {
......
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