For #25808: Remove unnecessary elvis operator.

fork
mcarare 2 years ago committed by mergify[bot]
parent 87ed4e4c56
commit c5af10fac0

@ -36,5 +36,5 @@ open class WhatsNewVersion(internal open val version: String) {
data class ContextWhatsNewVersion(private val context: Context) : WhatsNewVersion("") {
override val version: String
get() = context.appVersionName ?: ""
get() = context.appVersionName
}

Loading…
Cancel
Save