Skip to content

Commit 52539ff

Browse files
committed
formatting
1 parent 59544c4 commit 52539ff

File tree

1 file changed

+1
-1
lines changed
  • tests/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api

1 file changed

+1
-1
lines changed

tests/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
@@ -39,7 +39,7 @@ class Modify : TestBase() {
3939
val res =
4040
// SampleStart
4141
df.update { name }.asFrame { select { lastName } }
42-
// SampleEnd
42+
// SampleEnd
4343
res shouldBe df.remove { name.firstName }
4444
}
4545

0 commit comments

Comments
 (0)