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

Commit 4f43874

Browse files
committed
フォーマット修正
1 parent 899939c commit 4f43874

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/jmh/kotlin/com/mapk/fastkfunction/fastkfunction/CallTopLevelFunBenchmark.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ open class CallTopLevelFunBenchmark {
3939
fun fastKFunctionCall(): Constructor5 = fastKFunction.call(1, 2, 3, 4, 5)
4040

4141
@Benchmark
42-
fun fastKFunctionCallByCollection(): Constructor5 =
43-
fastKFunction.callByCollection(collection)
42+
fun fastKFunctionCallByCollection(): Constructor5 = fastKFunction.callByCollection(collection)
4443

4544
@Benchmark
4645
fun fastKFunctionCallBy(): Constructor5 = fastKFunction.callBy(argumentBucket)

src/test/kotlin/com/mapk/fastkfunction/fastkfunction/UseDefaultValueCallTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import org.junit.jupiter.params.provider.Arguments
99
import org.junit.jupiter.params.provider.MethodSource
1010
import java.util.stream.Stream
1111
import kotlin.reflect.KFunction
12-
import kotlin.reflect.KParameter
1312
import kotlin.reflect.full.companionObject
1413
import kotlin.reflect.full.companionObjectInstance
1514
import kotlin.reflect.full.functions

0 commit comments

Comments
 (0)