Skip to content

Commit 1e3e348

Browse files
committed
small cleanup
1 parent 7f4f999 commit 1e3e348

File tree

1 file changed

+4
-2
lines changed
  • core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter

1 file changed

+4
-2
lines changed

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/Integration.kt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ private const val MIN_KERNEL_VERSION = "0.11.0.198"
6060

6161
internal val newDataSchemas = mutableListOf<KClass<*>>()
6262

63-
internal class Integration(private val notebook: Notebook, private val options: MutableMap<String, String?>) :
64-
JupyterIntegration() {
63+
internal class Integration(
64+
private val notebook: Notebook,
65+
private val options: MutableMap<String, String?>,
66+
) : JupyterIntegration() {
6567

6668
override fun Builder.onLoaded() {
6769
setMinimalKernelVersion(MIN_KERNEL_VERSION)

0 commit comments

Comments
 (0)