Skip to content

Commit 22fd407

Browse files
author
David Motsonashvili
committed
format pass
1 parent 274efa9 commit 22fd407

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Exceptions.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ internal constructor(message: String, cause: Throwable? = null) : RuntimeExcepti
6969
}
7070

7171
/**
72-
* Catch any exception thrown in the [callback] block and rethrow it as a
73-
* [FirebaseAIException].
72+
* Catch any exception thrown in the [callback] block and rethrow it as a [FirebaseAIException].
7473
*
7574
* Will return whatever the [callback] returns as well.
7675
*

firebase-ai/src/test/java/com/google/firebase/ai/common/util/descriptorToJson.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ internal fun typeNameFromKind(kind: SerialKind): String {
145145
* want in the json output. There are two class names
146146
*
147147
* - `com.google.firebase.ai.type.Content.Internal` for regular scenarios
148-
* - `com.google.firebase.ai.type.Content.Internal.SomeClass` for nested classes in the
149-
* serializer.
148+
* - `com.google.firebase.ai.type.Content.Internal.SomeClass` for nested classes in the serializer.
150149
*
151150
* For the later time we need the second to last component, for the former we need the last
152151
* component.

0 commit comments

Comments
 (0)