Skip to content

Commit

Permalink
Corrected formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kalina559 committed Feb 11, 2025
1 parent 3abfbc9 commit f0ab876
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ data class Habit(
val periodFirstDay = this.minus(frequency.denominator - 1)

return computedEntries.getByInterval(periodFirstDay, this)
.filter { entry -> entry.value != Entry.UNKNOWN}
.filter { entry -> entry.value != Entry.UNKNOWN }
.sumOf { entry -> entry.value }
}

Expand Down

0 comments on commit f0ab876

Please sign in to comment.