Skip to content

Commit 17aa6e0

Browse files
committed
Fixed ktlintMainSourceSetCheck Error
1 parent b2fb5e8 commit 17aa6e0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

library/src/test/kotlin/me/proxer/library/api/info/PersonEndpointTest.kt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ class PersonEndpointTest : ProxerTest() {
3737
| [i]Music Ray'n Inc[/i] unter Vertrag. Musikalisch gesehen beschäftigt sich Tomatsu hauptsächlich
3838
| mit Songs rund um Anime. Abseits davon produziert sie allerdings auch Songs und Alben.
3939
""".trimMargin().replace("\n", ""),
40-
Language.GERMAN),
40+
Language.GERMAN
41+
),
4142

4243
PersonDescription(
4344
PersonDescriptionType.BIOGRAPHY,
@@ -57,7 +58,8 @@ class PersonEndpointTest : ProxerTest() {
5758
| eine Musikgruppe, welche sie den
5859
| Namen [URL=https://proxer.me/interprets?id=214#top][i]Sphere[/i][/URL] gaben.
5960
""".trimMargin().replace("\n", ""),
60-
Language.GERMAN),
61+
Language.GERMAN
62+
),
6163

6264
PersonDescription(
6365
PersonDescriptionType.AWARDS,
@@ -69,7 +71,8 @@ class PersonEndpointTest : ProxerTest() {
6971
| aus [url=http://proxer.me/info/1174#top][b][i]Zettai Karen Children[/i][/b][/url] den 3.
7072
| [i]Seiyū Award[/i] 2009.
7173
""".trimMargin().replace("\n", ""),
72-
Language.GERMAN)
74+
Language.GERMAN
75+
)
7376
),
7477
occupations = setOf(
7578
Occupation(OccupationType.MUSICIAN),
@@ -96,9 +99,7 @@ class PersonEndpointTest : ProxerTest() {
9699
language = Language.OTHER,
97100
name = "Morgiana"
98101
)
99-
),
100-
101-
102+
)
102103
)
103104

104105
@Test

0 commit comments

Comments
 (0)