Skip to content

Commit bba76c6

Browse files
committed
Formatting on comment
1 parent 6332009 commit bba76c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ actor LiveSessionService {
117117
close()
118118
// we launch the setup task in a seperate task to avoid blocking the parent context
119119
setupTask = Task { [weak self] in
120-
// we need a continuation to surface that the setup is complete, while still allowing us to listen to the server
120+
// we need a continuation to surface that the setup is complete, while still allowing us to
121+
// listen to the server
121122
try await withCheckedThrowingContinuation { setupContinuation in
122123
// nested task so we can use await
123124
Task { [weak self] in

0 commit comments

Comments
 (0)