Skip to content

Commit 0f6b8be

Browse files
cleaning
1 parent 5bae854 commit 0f6b8be

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@ public fun <T> DataFrame<T>.moveTo(
246246
): DataFrame<T> = move(columns).to(newColumnIndex, insideGroup)
247247

248248
/**
249-
* * Moves the specified [columns\] to a new position specified
250-
* * by [columnIndex]. If [insideGroup] is true selected columns
251-
* * will be moved remaining within their [ColumnGroup],
252-
* * else they will be moved to the top level.
249+
* Moves the specified [columns\] to a new position specified
250+
* by [columnIndex]. If [insideGroup] is true selected columns
251+
* will be moved remaining within their [ColumnGroup],
252+
* else they will be moved to the top level.
253253
*
254254
* @include [CommonMoveToDocs]
255255
* @include [SelectingColumns.ColumnNames] {@include [SetMoveToOperationArg]}

0 commit comments

Comments
 (0)