Skip to content

Commit 133850f

Browse files
ktlint format
1 parent 2c50b78 commit 133850f

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/formatHeader.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ package org.jetbrains.kotlinx.dataframe.api
33
import org.jetbrains.kotlinx.dataframe.ColumnsSelector
44
import org.jetbrains.kotlinx.dataframe.DataFrame
55
import org.jetbrains.kotlinx.dataframe.columns.ColumnWithPath
6-
import org.jetbrains.kotlinx.dataframe.columns.UnresolvedColumnsPolicy
76
import org.jetbrains.kotlinx.dataframe.columns.toColumnSet
87
import org.jetbrains.kotlinx.dataframe.impl.api.formatHeaderImpl
9-
import org.jetbrains.kotlinx.dataframe.impl.getColumnPaths
108

119
// region docs
1210

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -881,17 +881,17 @@ public data class DisplayConfiguration(
881881
level = DeprecationLevel.HIDDEN,
882882
)
883883
public constructor(
884-
rowsLimit: Int? = 20,
885-
nestedRowsLimit: Int? = 5,
886-
cellContentLimit: Int = 40,
887-
cellFormatter: RowColFormatter<*, *>? = null,
888-
decimalFormat: RendererDecimalFormat = RendererDecimalFormat.DEFAULT,
889-
isolatedOutputs: Boolean = flagFromEnv("LETS_PLOT_HTML_ISOLATED_FRAME"),
890-
localTesting: Boolean = flagFromEnv("KOTLIN_DATAFRAME_LOCAL_TESTING"),
891-
useDarkColorScheme: Boolean = false,
892-
enableFallbackStaticTables: Boolean = true,
893-
downsizeBufferedImage: Boolean = true,
894-
): this (
884+
rowsLimit: Int? = 20,
885+
nestedRowsLimit: Int? = 5,
886+
cellContentLimit: Int = 40,
887+
cellFormatter: RowColFormatter<*, *>? = null,
888+
decimalFormat: RendererDecimalFormat = RendererDecimalFormat.DEFAULT,
889+
isolatedOutputs: Boolean = flagFromEnv("LETS_PLOT_HTML_ISOLATED_FRAME"),
890+
localTesting: Boolean = flagFromEnv("KOTLIN_DATAFRAME_LOCAL_TESTING"),
891+
useDarkColorScheme: Boolean = false,
892+
enableFallbackStaticTables: Boolean = true,
893+
downsizeBufferedImage: Boolean = true,
894+
) : this (
895895
rowsLimit,
896896
nestedRowsLimit,
897897
cellContentLimit,
@@ -902,7 +902,7 @@ public data class DisplayConfiguration(
902902
localTesting,
903903
useDarkColorScheme,
904904
enableFallbackStaticTables,
905-
downsizeBufferedImage
905+
downsizeBufferedImage,
906906
)
907907

908908
/** For binary compatibility. */
@@ -933,7 +933,7 @@ public data class DisplayConfiguration(
933933
localTesting,
934934
useDarkColorScheme,
935935
enableFallbackStaticTables,
936-
downsizeBufferedImage
936+
downsizeBufferedImage,
937937
)
938938

939939
/** DSL accessor. */

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ internal const val DISPLAY_CONFIGURATION = "This constructor is only here for bi
147147

148148
internal const val DISPLAY_CONFIGURATION_COPY = "This function is only here for binary compatibility. $MESSAGE_1_0"
149149

150-
151150
// endregion
152151

153152
// region WARNING in 1.0, ERROR in 1.1

0 commit comments

Comments
 (0)