Skip to content

Commit 54b585e

Browse files
committed
style
1 parent c06eb5e commit 54b585e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/ios/firestore-snippets-cpp/AppDelegate.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3333
// [START get_firestore_instance]
3434
// Make sure the call to `Create()` happens some time before you call Firestore::GetInstance().
3535
App::Create();
36-
Firestore * db = Firestore::GetInstance();
36+
Firestore* db = Firestore::GetInstance();
3737
// [END get_firestore_instance]
3838
(void)db; // suppress unused variable warning
3939
return YES;

0 commit comments

Comments
 (0)