Skip to content

Commit

Permalink
🤖 Apply Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac authored and github-actions[bot] committed Apr 26, 2024
1 parent 392bb7a commit bc80fd3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,6 +35,7 @@ import com.example.jetcaster.core.model.PodcastInfo
import com.example.jetcaster.core.player.EpisodePlayer
import com.example.jetcaster.core.util.combine
import dagger.hilt.android.lifecycle.HiltViewModel
import javax.inject.Inject
import kotlinx.collections.immutable.PersistentList
import kotlinx.collections.immutable.persistentListOf
import kotlinx.collections.immutable.toPersistentList
Expand All @@ -46,7 +47,6 @@ import kotlinx.coroutines.flow.catch
import kotlinx.coroutines.flow.flatMapLatest
import kotlinx.coroutines.flow.shareIn
import kotlinx.coroutines.launch
import javax.inject.Inject

@OptIn(ExperimentalCoroutinesApi::class)
@HiltViewModel
Expand Down

0 comments on commit bc80fd3

Please sign in to comment.