Skip to content

Commit

Permalink
[MegaLinter] Apply linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nowakweronika authored and github-actions[bot] committed Oct 19, 2023
1 parent 584ad31 commit b4722e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data class Review(
val submittedAt: Instant,
)

object IdSerializer: KSerializer<String> {
object IdSerializer : KSerializer<String> {
override val descriptor: SerialDescriptor
get() = PrimitiveSerialDescriptor("id", PrimitiveKind.STRING)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import androidx.lifecycle.ViewModel
import androidx.lifecycle.viewModelScope
import com.appunite.loudius.domain.repository.PullRequestRepository
import com.appunite.loudius.network.model.PullRequest
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.asStateFlow
import kotlinx.coroutines.launch

sealed class PulLRequestsAction {
Expand Down

0 comments on commit b4722e2

Please sign in to comment.