Skip to content

Commit

Permalink
Format codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
usuiat committed Sep 23, 2023
1 parent b786a70 commit 98e0c88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ class ScreenScrollState(
initialValue = 0f,
initialVelocity = velocity.y,
).animateDecay(
exponentialDecay()
exponentialDecay(),
) {
launch {
val delta = Offset(0f, value - lastValue)
Expand Down

0 comments on commit 98e0c88

Please sign in to comment.