Skip to content

Commit f0ab876

Browse files
committed
Corrected formatting
1 parent 3abfbc9 commit f0ab876

File tree

1 file changed

+1
-1
lines changed
  • uhabits-core/src/jvmMain/java/org/isoron/uhabits/core/models

1 file changed

+1
-1
lines changed

uhabits-core/src/jvmMain/java/org/isoron/uhabits/core/models/Habit.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ data class Habit(
7272
val periodFirstDay = this.minus(frequency.denominator - 1)
7373

7474
return computedEntries.getByInterval(periodFirstDay, this)
75-
.filter { entry -> entry.value != Entry.UNKNOWN}
75+
.filter { entry -> entry.value != Entry.UNKNOWN }
7676
.sumOf { entry -> entry.value }
7777
}
7878

0 commit comments

Comments
 (0)