ktlint: Fix spacing-between-declarations-with-comments violations

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta 2026-01-21 16:58:49 +08:00
parent 6190db7d2f
commit dcb2460c81
4 changed files with 7 additions and 1 deletions

View file

@ -126,6 +126,7 @@ class PlayerFastSeekOverlay(context: Context, attrs: AttributeSet?) :
interface PerformListener {
fun onDoubleTap()
fun onDoubleTapEnd()
/**
* Determines if the playback should forward/rewind or do nothing.
*/