Skip to content

Commit b78278b

Browse files
committed
Update generated sources with recent changes
1 parent 99d1d83 commit b78278b

File tree

1 file changed

+4
-2
lines changed
  • core/generated-sources/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api

1 file changed

+4
-2
lines changed

core/generated-sources/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/TestBase.kt

+4-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ public open class TestBase {
118118
val returnType: String
119119
}
120120

121-
val functions = DataFrame.readJsonStr("""
121+
val functions = DataFrame.readJsonStr(
122+
"""
122123
[{
123124
"receiverType": "DataRow<*>",
124125
"name": "rowStd",
@@ -215,7 +216,8 @@ public open class TestBase {
215216
"parameters": [],
216217
"returnType": "List<T>"
217218
}]
218-
""".trimIndent()).cast<Functions>(verify = true)
219+
""".trimIndent()
220+
).cast<Functions>(verify = true)
219221

220222
/**
221223
* Asserts that all elements of the iterable are equal to each other

0 commit comments

Comments
 (0)