Skip to content

Commit b0c9750

Browse files
riggaroogithub-actions[bot]
authored andcommitted
Apply Spotless
1 parent d615c02 commit b0c9750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/animations/AnimationSnippets.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
package com.example.compose.snippets.animations
2020

2121
import androidx.compose.animation.Animatable
22-
import androidx.compose.animation.core.Animatable
2322
import androidx.compose.animation.AnimatedContent
2423
import androidx.compose.animation.AnimatedVisibility
2524
import androidx.compose.animation.Crossfade
2625
import androidx.compose.animation.EnterExitState
2726
import androidx.compose.animation.SizeTransform
2827
import androidx.compose.animation.animateColor
2928
import androidx.compose.animation.animateContentSize
29+
import androidx.compose.animation.core.Animatable
3030
import androidx.compose.animation.core.AnimationVector1D
3131
import androidx.compose.animation.core.AnimationVector2D
3232
import androidx.compose.animation.core.Easing
@@ -804,7 +804,7 @@ private fun OffsetKeyframeWithSplineDemo() {
804804
Offset(0f, maxYOff) atFraction 0.5f
805805

806806
// Return with mirrored movement
807-
for(i in 0..4) {
807+
for (i in 0..4) {
808808
val sign = if (i % 2 == 0) 1 else -1
809809
Offset(
810810
x = maxXOff * (1f - i.toFloat() / 5f) * sign,

0 commit comments

Comments
 (0)