Skip to content

Commit fef361f

Browse files
committed
fix spotless issue
1 parent e6795e1 commit fef361f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Crane/app/src/main/java/androidx/compose/samples/crane/home/SearchUserInput.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ private fun tintPeopleUserInput(
136136

137137
val transition = updateTransition(transitionState, label = "tintTransition")
138138
return transition.animateColor(
139-
transitionSpec = { tween(durationMillis = 300) }, label ="tintTransitionSpec"
139+
transitionSpec = { tween(durationMillis = 300) }, label = "tintTransitionSpec"
140140
) {
141141
if (it == Valid) validColor else invalidColor
142142
}

0 commit comments

Comments
 (0)