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

Commit 3852449

Browse files
author
wrongwrong
committed
フォーマッティング
1 parent ae00067 commit 3852449

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/kotlin/com/mapk/core/internal/FullInitializedFunctionWrapperTest.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ class FullInitializedFunctionWrapperTest {
3131
val func = Dst::class.companionObject!!.functions.first { it.name == "of" }
3232
val instance = Dst::class.companionObjectInstance!!
3333
val fullInitializedFunctionWrapper = FullInitializedFunctionWrapper(
34-
func, instance, 3
34+
func,
35+
instance,
36+
3
3537
)
3638
assertEquals(expected, fullInitializedFunctionWrapper.call(arrayOf(instance, 1, "2")))
3739
}

0 commit comments

Comments
 (0)