Skip to content

Commit 2462d32

Browse files
spotless format
1 parent c1a45f4 commit 2462d32

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Jetcaster/mobile/src/main/java/com/example/jetcaster/ui/home/Home.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,11 @@ import com.example.jetcaster.util.fullWidthItem
115115
import com.example.jetcaster.util.isCompact
116116
import com.example.jetcaster.util.quantityStringResource
117117
import com.example.jetcaster.util.radialGradientScrim
118-
import kotlinx.collections.immutable.ImmutableList
119118
import java.time.Duration
120119
import java.time.LocalDateTime
121120
import java.time.OffsetDateTime
122-
import kotlinx.collections.immutable.PersistentList
121+
import kotlinx.collections.immutable.ImmutableList
123122
import kotlinx.collections.immutable.toImmutableList
124-
import kotlinx.collections.immutable.toPersistentList
125123
import kotlinx.coroutines.launch
126124

127125
@OptIn(ExperimentalMaterial3AdaptiveApi::class)

Jetcaster/mobile/src/main/java/com/example/jetcaster/ui/home/HomeViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ import com.example.jetcaster.core.model.asPodcastToEpisodeInfo
3737
import com.example.jetcaster.core.player.EpisodePlayer
3838
import com.example.jetcaster.core.player.model.PlayerEpisode
3939
import dagger.hilt.android.lifecycle.HiltViewModel
40-
import kotlinx.collections.immutable.ImmutableList
4140
import javax.inject.Inject
41+
import kotlinx.collections.immutable.ImmutableList
4242
import kotlinx.collections.immutable.persistentListOf
4343
import kotlinx.collections.immutable.toPersistentList
4444
import kotlinx.coroutines.ExperimentalCoroutinesApi

0 commit comments

Comments
 (0)