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

Commit c187627

Browse files
committed
フォーマッティング
1 parent 7788bf4 commit c187627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/mapk/fastkfunction/argumentbucket/ArgumentBucket.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.mapk.fastkfunction.argumentbucket
22

3-
import java.util.AbstractMap.SimpleEntry as Entry
43
import kotlin.reflect.KParameter
4+
import java.util.AbstractMap.SimpleEntry as Entry
55

66
class ArgumentBucket(
77
private val keyList: List<KParameter>,

0 commit comments

Comments
 (0)