Skip to content

Commit dc9a58b

Browse files
committed
Add newline at end of file to fix Checkstyle violation
1 parent ec371ec commit dc9a58b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/player/ui/VideoPlayerUi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ public void onLongPress(final MotionEvent e) {
3636
}
3737
// Call setupHoldNXGesture() in your initListeners() or wherever appropriate
3838
// after player/binding is available.
39-
}
39+
}

0 commit comments

Comments
 (0)