We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f06f5f commit 6eb1efcCopy full SHA for 6eb1efc
tests/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/Write.kt
@@ -213,7 +213,7 @@ class Write : TestBase() {
213
// Specify mismatch subscriber
214
mismatchSubscriber = writeMismatchMessage,
215
216
- ).use { writer: ArrowWriter ->
+ ).use { writer: ArrowWriter ->
217
218
// Save to any format and sink, like in the previous example
219
writer.writeArrowFeather(file)
0 commit comments