We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06eb5e commit 54b585eCopy full SHA for 54b585e
firestore/ios/firestore-snippets-cpp/AppDelegate.mm
@@ -33,7 +33,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
33
// [START get_firestore_instance]
34
// Make sure the call to `Create()` happens some time before you call Firestore::GetInstance().
35
App::Create();
36
- Firestore * db = Firestore::GetInstance();
+ Firestore* db = Firestore::GetInstance();
37
// [END get_firestore_instance]
38
(void)db; // suppress unused variable warning
39
return YES;
0 commit comments