Skip to content

Commit a19dd96

Browse files
committed
fix formatting
1 parent 0485832 commit a19dd96

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

plugins/expressions-converter/src/org/jetbrains/kotlinx/dataframe/ExplainerIrTransformer.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,12 +243,12 @@ class ExplainerIrTransformer(
243243
}
244244
}
245245
val alsoLambdaExpression = IrFunctionExpressionImpl(
246-
-1,
247-
-1,
246+
startOffset = -1,
247+
endOffset = -1,
248248
type = pluginContext.irBuiltIns.functionN(2)
249249
.typeWith(listOf(expression.type, pluginContext.irBuiltIns.unitType)),
250-
alsoLambda,
251-
IrStatementOrigin.LAMBDA
250+
function = alsoLambda,
251+
origin = IrStatementOrigin.LAMBDA
252252
)
253253
putValueArgument(0, alsoLambdaExpression)
254254
}

settings.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@ pluginManagement {
3232
gradlePluginPortal()
3333
}
3434
}
35-
36-

0 commit comments

Comments
 (0)