Skip to content

Commit e25b0c7

Browse files
committed
style
1 parent 030efd0 commit e25b0c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

FirebaseRemoteConfig/SwiftNew/ConfigRealtime.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -501,11 +501,11 @@ class ConfigRealtime: NSObject, URLSessionDataDelegate {
501501
}
502502
} catch {
503503
let wrappedError = NSError(domain: RemoteConfigUpdateErrorDomain,
504-
code: RemoteConfigUpdateError.messageInvalid.rawValue,
505-
userInfo: [
506-
NSLocalizedDescriptionKey: "Unable to parse ConfigUpdate. \(strData)",
507-
NSUnderlyingErrorKey: error
508-
])
504+
code: RemoteConfigUpdateError.messageInvalid.rawValue,
505+
userInfo: [
506+
NSLocalizedDescriptionKey: "Unable to parse ConfigUpdate. \(strData)",
507+
NSUnderlyingErrorKey: error,
508+
])
509509
propagateErrors(wrappedError)
510510
return
511511
}

0 commit comments

Comments
 (0)