Skip to content

Commit d3d42fd

Browse files
committed
Fix detekt
1 parent 41811ef commit d3d42fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/sandbox/src/main/kotlin/com/bumble/appyx/sandbox/client/spotlight/SpotlightFaderThrough.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import com.bumble.appyx.navmodel.spotlight.Spotlight
1919
* Fade through transition from material design
2020
* [Specification](https://m2.material.io/design/motion/the-motion-system.html#fade-through)
2121
*/
22-
class SpotlightFaderThrough<T>() : ModifierTransitionHandler<T, Spotlight.State>() {
22+
class SpotlightFaderThrough<T> : ModifierTransitionHandler<T, Spotlight.State>() {
2323

2424
@SuppressLint("ModifierFactoryExtensionFunction")
2525
override fun createModifier(

0 commit comments

Comments
 (0)