Skip to content

Commit d55f824

Browse files
authored
Make AnyFrame.renderToString public
#1129 - renderToString is currently internal, making it difficult to modify the properties of the function
1 parent bd3936e commit d55f824

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io

1 file changed

+1
-1
lines changed

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/string.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import org.jetbrains.kotlinx.dataframe.nrow
1919
import org.jetbrains.kotlinx.dataframe.size
2020
import java.math.BigDecimal
2121

22-
internal fun AnyFrame.renderToString(
22+
fun AnyFrame.renderToString(
2323
rowsLimit: Int = 20,
2424
valueLimit: Int = 40,
2525
borders: Boolean = false,

0 commit comments

Comments
 (0)