Skip to content

Commit 99d6efe

Browse files
committed
Style
1 parent 9189bcb commit 99d6efe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseFunctions/Sources/Callable+Codable.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ enum JSONStreamResponse {
338338
case result([String: Any])
339339
}
340340

341-
// TODO(Swift 6): Remove need for below type by changing `FirebaseDataEncoder` to not returning `Any`.
341+
// TODO(Swift 6): Remove need for below type by changing `FirebaseDataEncoder` to not returning
342+
// `Any`.
342343
/// This wrapper is only intended to be used for passing encoded data in the
343344
/// `stream` function's hierarchy. When using, carefully audit that `value` is
344345
/// only ever accessed in one isolation domain.

0 commit comments

Comments
 (0)