Skip to content

Commit 5d33efd

Browse files
committed
Formatting
1 parent 1ad2568 commit 5d33efd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

openai-core/src/test/scala/io/cequence/openaiscala/domain/responsesapi/JsonFormatsSpecs.scala

+8-2
Original file line numberDiff line numberDiff line change
@@ -783,10 +783,16 @@ class JsonFormatsSpecs extends AnyWordSpecLike with Matchers {
783783
text = "This is a response from the model",
784784
annotations = Seq(
785785
Annotation.UrlCitation(
786-
startIndex = 0, endIndex = 10, url = "https://example.com/1", title = "annotation1"
786+
startIndex = 0,
787+
endIndex = 10,
788+
url = "https://example.com/1",
789+
title = "annotation1"
787790
),
788791
Annotation.UrlCitation(
789-
startIndex = 11, endIndex = 21, url = "https://example.com/2", title = "annotation2"
792+
startIndex = 11,
793+
endIndex = 21,
794+
url = "https://example.com/2",
795+
title = "annotation2"
790796
)
791797
)
792798
),

0 commit comments

Comments
 (0)