Skip to content

Commit 5e2bcb5

Browse files
committed
Update create_app_check_credentials_provider_ios.mm
1 parent fd1518e commit 5e2bcb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firestore/src/main/create_app_check_credentials_provider_ios.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
FIRApp* ios_app = app.GetPlatformApp();
4040
auto ios_app_check = FIR_COMPONENT(FIRAppCheckInterop, ios_app.container);
4141
return std::make_shared<FirebaseAppCheckCredentialsProvider>(ios_app,
42-
ios_app_check);
42+
ios_app_check);
4343
}
4444

4545
} // namespace firestore

0 commit comments

Comments
 (0)