Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomazFB committed Jan 25, 2024
1 parent 2b5703a commit 7d87fce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.combine
import kotlinx.coroutines.flow.distinctUntilChanged
import kotlinx.coroutines.flow.drop
import kotlinx.coroutines.flow.filter
import kotlinx.coroutines.flow.firstOrNull
import kotlinx.coroutines.flow.launchIn
import kotlinx.coroutines.flow.map
Expand All @@ -166,7 +167,6 @@ import java.math.BigDecimal
import java.util.Date
import javax.inject.Inject
import com.woocommerce.android.model.Product as ModelProduct
import kotlinx.coroutines.flow.filter

@HiltViewModel
@Suppress("LargeClass")
Expand Down

0 comments on commit 7d87fce

Please sign in to comment.