Skip to content

Commit 52c0ecf

Browse files
committed
style
1 parent 7507509 commit 52c0ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseRemoteConfig/SwiftNew/RemoteConfigComponent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import FirebaseRemoteConfigInterop
2222

2323
// TODO(ncooke3): Move to another pod.
2424
@objc(AnalyticsInterop) public protocol FIRAnalyticsInterop {
25-
func getUserProperties(callback: @escaping ([String : Any]) -> Void)
25+
func getUserProperties(callback: @escaping ([String: Any]) -> Void)
2626
}
2727

2828
/// Provides and creates instances of Remote Config based on the namespace provided. Used in the

0 commit comments

Comments
 (0)