Skip to content

Commit d228cbc

Browse files
ktlint format
1 parent e070b97 commit d228cbc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ private interface JoinBehavior
6161
private interface JoinDocs
6262

6363
// `join` method used in the example
64+
@Suppress("ktlint:standard:class-naming")
6465
@ExcludeFromSources
6566
private interface JOIN_METHOD
6667

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import org.jetbrains.kotlinx.dataframe.impl.api.joinWithImpl
2727
private interface JoinWithCommonDescription
2828

2929
// `joinWith` method used in the example
30+
@Suppress("ktlint:standard:class-naming")
3031
@ExcludeFromSources
3132
private interface JOIN_WITH_METHOD
3233

0 commit comments

Comments
 (0)