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

Commit c154e07

Browse files
author
wrongwrong
committed
フォーマッティング
1 parent 4ba7507 commit c154e07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/test/kotlin/com/mapk/krowmapper/UseDBMappingTest.kt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ class UseDBMappingTest {
3535
isBar: String,
3636
description: String?
3737
) = Foo(
38-
fooId, fooName, fooStatus, isBar.toBoolean(), description
38+
fooId,
39+
fooName,
40+
fooStatus,
41+
isBar.toBoolean(),
42+
description
3943
)
4044
}
4145
}

0 commit comments

Comments
 (0)