We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abfbc9 commit f0ab876Copy full SHA for f0ab876
uhabits-core/src/jvmMain/java/org/isoron/uhabits/core/models/Habit.kt
@@ -72,7 +72,7 @@ data class Habit(
72
val periodFirstDay = this.minus(frequency.denominator - 1)
73
74
return computedEntries.getByInterval(periodFirstDay, this)
75
- .filter { entry -> entry.value != Entry.UNKNOWN}
+ .filter { entry -> entry.value != Entry.UNKNOWN }
76
.sumOf { entry -> entry.value }
77
}
78
0 commit comments