I'm wondering, is this a false positive for `Unnec...
# detekt
p
I'm wondering, is this a false positive for
UnnecessaryLet
?
Copy code
val x = getJavaDuration()
    .toHours()
    .let { ceil(it / 24.0) }
    .roundToLong()