Skip to content

Commit 19c1f28

Browse files
committed
chore: apply spotless
1 parent 5193957 commit 19c1f28

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • src/all/mangaplus/src/io/github/beerpsi/tachiyomi/extension/all/mangaplus/models

src/all/mangaplus/src/io/github/beerpsi/tachiyomi/extension/all/mangaplus/models/MPHomeViewV6.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,10 @@ data class MPHomeViewV6WeeklySectionContentItem(
5151
@Serializable
5252
sealed interface Content {
5353
@Serializable
54-
data class TitleGroup(@ProtoNumber(3) val titleGroup: MPHomeViewV6WeeklySectionTitleGroup) :
55-
Content
54+
data class TitleGroup(@ProtoNumber(3) val titleGroup: MPHomeViewV6WeeklySectionTitleGroup) : Content
5655
}
5756
}
5857

59-
6058
// jp.co.comic.jump.proto.HomeViewV6OuterClass.HomeViewV6.WeeklySection.TitleGroup
6159
@Serializable
6260
data class MPHomeViewV6WeeklySectionTitleGroup(

0 commit comments

Comments
 (0)