Skip to content

Commit 90f30f0

Browse files
- Linting fix.
1 parent 7adc7f5 commit 90f30f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

internal/stackql/provider/auth_util.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,12 @@ func parseServiceAccountFile(ac *dto.AuthCtx) (serviceAccount, error) {
162162
return c, json.Unmarshal(b, &c)
163163
}
164164

165-
func getGoogleJWTConfig(provider string, credentialsBytes []byte, scopes []string, subject string) (*jwt.Config, error) {
165+
func getGoogleJWTConfig(
166+
provider string,
167+
credentialsBytes []byte,
168+
scopes []string,
169+
subject string,
170+
) (*jwt.Config, error) {
166171
switch provider {
167172
case "google", "googleads", "googleanalytics",
168173
"googledevelopers", "googlemybusiness", "googleworkspace",

0 commit comments

Comments
 (0)