Skip to content

Commit

Permalink
ktfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
David Motsonashvili committed Jun 4, 2024
1 parent 7596193 commit ea3a856
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ class Schema<T>(

/**
* Registers a schema for an array.
*
* @param items can be used to specify the type of the array
*/
fun arr(name: String, description: String, items: Schema<out Any>? = null) =
Expand Down

0 comments on commit ea3a856

Please sign in to comment.