Fix Spotless

pull/1461/head
TM 1 year ago
parent 26f8bb1cc5
commit 65df26cf5a

@ -127,7 +127,7 @@ class NiaAppState(
initialValue = null,
)
fun addErrorMessage(error: String): String? {
if(error.isNotBlank()) {
if (error.isNotBlank()) {
val newError = ErrorMessage(error)
errorMessages.update { it + newError }
return newError.id

Loading…
Cancel
Save