Skip to content

Commit

Permalink
Fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
antonshilov committed Dec 21, 2022
1 parent 41811ef commit d3d42fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import com.bumble.appyx.navmodel.spotlight.Spotlight
* Fade through transition from material design
* [Specification](https://m2.material.io/design/motion/the-motion-system.html#fade-through)
*/
class SpotlightFaderThrough<T>() : ModifierTransitionHandler<T, Spotlight.State>() {
class SpotlightFaderThrough<T> : ModifierTransitionHandler<T, Spotlight.State>() {

@SuppressLint("ModifierFactoryExtensionFunction")
override fun createModifier(
Expand Down

0 comments on commit d3d42fd

Please sign in to comment.