Skip to content

Commit

Permalink
Update generated sources with recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 19, 2024
1 parent 99d1d83 commit b78278b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ public open class TestBase {
val returnType: String
}

val functions = DataFrame.readJsonStr("""
val functions = DataFrame.readJsonStr(
"""
[{
"receiverType": "DataRow<*>",
"name": "rowStd",
Expand Down Expand Up @@ -215,7 +216,8 @@ public open class TestBase {
"parameters": [],
"returnType": "List<T>"
}]
""".trimIndent()).cast<Functions>(verify = true)
""".trimIndent()
).cast<Functions>(verify = true)

/**
* Asserts that all elements of the iterable are equal to each other
Expand Down

0 comments on commit b78278b

Please sign in to comment.