We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d1897 commit 5bfaf76Copy full SHA for 5bfaf76
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/print.kt
@@ -21,7 +21,7 @@ public fun <T> DataRow<T>.print(): Unit = println(this)
21
22
// region DataFrame
23
24
-@Deprecated(message=PRINT, level=DeprecationLevel.HIDDEN)
+@Deprecated(message = PRINT, level = DeprecationLevel.HIDDEN)
25
public fun <T> DataFrame<T>.print(
26
rowsLimit: Int = 20,
27
valueLimit: Int = 40,
0 commit comments