Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Dec 20, 2024
1 parent 7507509 commit 52c0ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseRemoteConfig/SwiftNew/RemoteConfigComponent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import FirebaseRemoteConfigInterop

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

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

0 comments on commit 52c0ecf

Please sign in to comment.