Skip to content

Commit

Permalink
Apply quick-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janseeger committed Sep 5, 2024
1 parent 739b4c2 commit 675b667
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.sipgate.dachlatten.primitives

val Array<Boolean?>.allTrue
get() = all { it ?: false }
get() = all { it == true }

0 comments on commit 675b667

Please sign in to comment.