Skip to content

Commit 5bfaf76

Browse files
committed
Run a ktLintFormat - fixing print formatting
1 parent 01d1897 commit 5bfaf76

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api

1 file changed

+1
-1
lines changed

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/print.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public fun <T> DataRow<T>.print(): Unit = println(this)
2121

2222
// region DataFrame
2323

24-
@Deprecated(message=PRINT, level=DeprecationLevel.HIDDEN)
24+
@Deprecated(message = PRINT, level = DeprecationLevel.HIDDEN)
2525
public fun <T> DataFrame<T>.print(
2626
rowsLimit: Int = 20,
2727
valueLimit: Int = 40,

0 commit comments

Comments
 (0)