Skip to content

Commit e913a0b

Browse files
generatedunixname917941080628690meta-codesync[bot]
authored andcommitted
xplat/ktfmt/core/src/main/java/com/facebook/ktfmt/format/KotlinInputAstVisitor.kt
Reviewed By: drhill-meta Differential Revision: D106172714 fbshipit-source-id: 41381205d0ee894350338e977984e0f43c411c7a
1 parent 878e2b3 commit e913a0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/main/java/com/facebook/ktfmt/format/KotlinInputAstVisitor.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2488,8 +2488,8 @@ class KotlinInputAstVisitor(
24882488
override fun visitFunctionType(type: KtFunctionType) {
24892489
builder.sync(type)
24902490

2491-
type.contextReceiverList?.let {
2492-
handleContextReceiverList(it)
2491+
type.contextReceiverList?.let { functionTypeContextReceiverList ->
2492+
handleContextReceiverList(functionTypeContextReceiverList)
24932493
builder.space()
24942494
}
24952495

0 commit comments

Comments
 (0)