Skip to content

Commit ed886f9

Browse files
committed
lint changes
1 parent dc606c6 commit ed886f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Sources/Swift/Backend/IdentityToolkitRequest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class IdentityToolkitRequest {
9999

100100
// Regionalized v2 path
101101
urlString =
102-
"\(protocolScheme)//\(hostPrefix)/v2/projects/\(projectID ?? "projectID")"
102+
"\(protocolScheme)//\(hostPrefix)/v2/projects/\(projectID ?? "projectID")"
103103
+ "/locations/\(region)/tenants/\(tenant)/idpConfigs/\(endpoint)?key=\(apiKey)"
104104

105105
} else {

0 commit comments

Comments
 (0)