Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 2354ecd

Browse files
committed
インデントの微修正
1 parent 3c2fc5e commit 2354ecd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/kotlin/com/mapk/kmapper/KMapper.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ internal fun <T : Any> getTarget(clazz: KClass<T>): KFunctionForCall<T> {
145145
.map { KFunctionForCall(
146146
it,
147147
companionObject
148-
) as KFunctionForCall<T>
149-
}
148+
) as KFunctionForCall<T> }
150149
} ?: emptyList()
151150

152151
val constructors: List<KFunctionForCall<T>> = factoryConstructor + clazz.constructors

0 commit comments

Comments
 (0)