Skip to content

Commit adce4b9

Browse files
ktlint format
1 parent 41cf7b5 commit adce4b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ internal interface InsertDocs {
6060
*/
6161
interface InsertSelectingOptions
6262

63-
6463
/**
6564
* ## Insert Operation Grammar
6665
* {@include [LineBreak]}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,9 @@ internal const val COL_TYPE_INSTANT =
137137
"kotlinx.datetime.Instant is deprecated in favor of kotlin.time.Instant. Either migrate to kotlin.time.Instant and use ColType.StdlibInstant or use ColType.DeprecatedInstant. $MESSAGE_1_0 and migrated to kotlin.time.Instant in 1.1."
138138
internal const val COL_TYPE_INSTANT_REPLACE = "ColType.DeprecatedInstant"
139139

140-
internal const val INSERT_AFTER_COL_PATH = "This `after()` overload will be removed in favor of `after { }` with Column Selection" +
141-
"DSL. $MESSAGE_1_0"
140+
internal const val INSERT_AFTER_COL_PATH =
141+
"This `after()` overload will be removed in favor of `after { }` with Column Selection" +
142+
"DSL. $MESSAGE_1_0"
142143
internal const val INSERT_AFTER_COL_PATH_REPLACE = "this.after { colPath }"
143144

144145
// endregion

0 commit comments

Comments
 (0)