Skip to content

Commit

Permalink
Make ktlint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Oct 13, 2023
1 parent 3b16aa6 commit d2d8985
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ private object DecoratedWindowMeasurePolicy : MeasurePolicy {
}
}

@Immutable @JvmInline value class DecoratedWindowState(val state: ULong) {
@Immutable @JvmInline
value class DecoratedWindowState(val state: ULong) {

@Stable val isActive: Boolean
get() = state and Active != 0UL
Expand Down

0 comments on commit d2d8985

Please sign in to comment.