Skip to content

Commit 3bce1a1

Browse files
author
GitHub Actions
committed
Apply spotless formatting
1 parent cb8667a commit 3bce1a1

File tree

1 file changed

+1
-1
lines changed
  • podcastindex-sdk/src/commonMain/kotlin/com/mr3y/podcastindex/model

1 file changed

+1
-1
lines changed

podcastindex-sdk/src/commonMain/kotlin/com/mr3y/podcastindex/model/TrendingFeed.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class Stats(
4040
@SerialName(value = "feedsWithNewEpisodes10days") public val feedsWithNewEpisodes10days: Long,
4141
@SerialName(value = "feedsWithNewEpisodes30days") public val feedsWithNewEpisodes30days: Long,
4242
@SerialName(value = "feedsWithNewEpisodes90days") public val feedsWithNewEpisodes90days: Long,
43-
@SerialName(value = "feedsWithValueBlocks") public val feedsWithValueBlocks: Long
43+
@SerialName(value = "feedsWithValueBlocks") public val feedsWithValueBlocks: Long,
4444
)
4545

4646
@Serializable

0 commit comments

Comments
 (0)