Skip to content

Commit 4532390

Browse files
ktlint format
1 parent 6c8da01 commit 4532390

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ internal interface GroupByDocs {
215215
*/
216216
interface AggregationStatistics
217217

218-
219218
/**
220219
* ### [GroupBy] transformations
221220
*

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,14 +271,12 @@ internal interface PivotDocs {
271271
*/
272272
@ExcludeFromSources
273273
interface InwardKDocsForGrouped
274-
275274
}
276275

277276
/** {@set [SelectingColumns.OPERATION] [pivot][pivot]} */
278277
@ExcludeFromSources
279278
private interface SetPivotOperationArg
280279

281-
282280
/**
283281
* A specialized [ColumnsSelectionDsl] that allows specifying [pivot] key ordering
284282
* using the [then] function.
@@ -381,7 +379,6 @@ private interface PivotDslDocs
381379
@ExcludeFromSources
382380
private interface CommonPivotDocs
383381

384-
385382
// region pivot
386383

387384
/**
@@ -837,7 +834,6 @@ public fun <G> GroupBy<*, G>.pivotCounts(vararg columns: KProperty<*>, inward: B
837834

838835
// region pivot
839836

840-
841837
/**
842838
* Pivots the selected [\columns] within each group for further
843839
* [pivot aggregations][PivotGroupByDocs.Aggregation].

0 commit comments

Comments
 (0)