Skip to content

Commit d5b2862

Browse files
committed
Update the code format
1 parent 240bec8 commit d5b2862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jetcaster/core/src/test/kotlin/com/example/jetcaster/core/data/repository/TestPodcastStore.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class TestPodcastStore : PodcastStore {
8686
}
8787
}
8888
}
89-
89+
9090
override suspend fun togglePodcastFollowed(podcastUri: String) {
9191
if (podcastUri in followedPodcasts) {
9292
followedPodcasts.remove(podcastUri)

0 commit comments

Comments
 (0)