Skip to content

Commit b469e9c

Browse files
committed
Formatting
1 parent c252b0a commit b469e9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

FirebaseAI/Sources/Types/Public/Live/LiveSession.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ public final class LiveSession: Sendable {
129129

130130
/// Permanently stop the conversation with the model, and close the connection to the server
131131
///
132-
/// This method will be called automatically when the ``LiveSession`` is deinitialized, but this method
133-
/// can be called manually to explicitly end the session.
132+
/// This method will be called automatically when the ``LiveSession`` is deinitialized, but this
133+
/// method can be called manually to explicitly end the session.
134134
///
135-
/// Attempting to receive content from a closed session will cause a ``LiveSessionUnexpectedClosureError`` error
136-
/// to be thrown.
135+
/// Attempting to receive content from a closed session will cause a
136+
/// ``LiveSessionUnexpectedClosureError`` error to be thrown.
137137
public func close() async {
138138
await service.close()
139139
}

0 commit comments

Comments
 (0)