Skip to content

Commit

Permalink
Fix redundant qualifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltk committed Feb 12, 2024
1 parent f58b2ff commit f04ee2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ interface GestureFactory<InteractionTarget, ModelState> {
delta: Offset,
density: Density
): Gesture<InteractionTarget, ModelState> =
com.bumble.appyx.interactions.gesture.Gesture.Noop()
Gesture.Noop()
}
}

0 comments on commit f04ee2b

Please sign in to comment.