Skip to content

Commit

Permalink
Remove redundant suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroBrine1st committed Jun 12, 2024
1 parent e04fc7b commit a38d658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/ru/herobrine1st/e621/api/model/Order.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import androidx.annotation.StringRes
import kotlinx.serialization.Serializable
import ru.herobrine1st.e621.R

@Suppress("unused")

@Serializable
enum class Order(
@StringRes val descriptionId: Int,
Expand Down

0 comments on commit a38d658

Please sign in to comment.