Skip to content

Commit 37ef20f

Browse files
committed
Apply ktLintFormat and korro
1 parent 5c16f80 commit 37ef20f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/StardustDocs/topics/columnArithmetics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For example,
2222
<!---FUN columnArithmetics_groupBy_without_expr-->
2323

2424
```kotlin
25-
orders.groupBy { status + " orders" }
25+
orders.groupBy { status + " orders" }
2626
```
2727

2828
<!---END-->

samples/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/Modify.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ class Modify : DataFrameSampleHelper("operations", "modify") {
311311
)
312312

313313
// SampleStart
314-
orders.groupBy { status + " orders" }
314+
orders.groupBy { status + " orders" }
315315
// SampleEnd
316316
}
317317

0 commit comments

Comments
 (0)