Skip to content

Commit 9ac68ad

Browse files
committed
Formatting
1 parent ef076de commit 9ac68ad

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/test/kotlin/org/jetbrains/kotlinx/dataframe/api/remove.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class RemoveTests {
2525
}
2626

2727
@Test
28-
fun `remove missing column`(){
28+
fun `remove missing column`() {
2929
val d = df.remove { b }
3030

3131
d.remove("b") shouldBe d

0 commit comments

Comments
 (0)