Skip to content

Commit 3b83bce

Browse files
committed
Formatting
1 parent 1ffa1e5 commit 3b83bce

File tree

1 file changed

+4
-2
lines changed
  • openai-core/src/main/scala/io/cequence/openaiscala/domain/responsesapi

1 file changed

+4
-2
lines changed

openai-core/src/main/scala/io/cequence/openaiscala/domain/responsesapi/Inputs.scala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ object Inputs {
66

77
case class Text(text: String) extends Inputs
88

9-
case class Items(items: Input*) extends Inputs
10-
}
9+
case class Items(
10+
items: Input*
11+
) extends Inputs
12+
}

0 commit comments

Comments
 (0)