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

Commit 30d95ff

Browse files
committed
インデント修正
1 parent 0ad6072 commit 30d95ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private class FullInitializedCallTest {
4040

4141
data class Dst(val arg1: Int, val arg2: String) {
4242
companion object {
43-
fun of(arg1: Int, arg2: String) = Dst(arg1, arg2)
43+
fun of(arg1: Int, arg2: String) = Dst(arg1, arg2)
4444
}
4545
}
4646

0 commit comments

Comments
 (0)