Fix linting

This commit is contained in:
yairm210 2025-06-29 18:00:00 +03:00
parent 7b106eeb7b
commit 7adf726580

View File

@ -125,4 +125,4 @@ fun <T> ArrayList<T?>.getOrPut(index: Int, getValue: () -> T): T {
this[index] = value // Now we can safely set the value
return value
}
}