Procházet zdrojové kódy

Fix style issue from quick merge of 8214 (#8216)

Paul Beusterien před 4 roky
rodič
revize
446b4528e3

+ 2 - 1
FirebaseAuth/Sources/AuthProvider/Phone/FIRPhoneAuthProvider.m

@@ -277,7 +277,8 @@ extern NSString *const FIRPhoneMultiFactorID;
     if (!*error) {
       NSString *reason;
       if (errorDict[@"code"] && errorDict[@"message"]) {
-        reason = [NSString stringWithFormat:@"[%@] - %@", errorDict[@"code"], errorDict[@"message"]];
+        reason =
+            [NSString stringWithFormat:@"[%@] - %@", errorDict[@"code"], errorDict[@"message"]];
       } else {
         reason = [NSString stringWithFormat:@"An unknown error occurred with the following "
                                              "response: %@",