File tree Expand file tree Collapse file tree
app/src/main/java/org/schabi/newpipe/player/mediabrowser Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ ktlint_standard_kdoc = disabled
2626ktlint_standard_max-line-length = disabled
2727ktlint_standard_mixed-condition-operators = disabled
2828ktlint_standard_multiline-expression-wrapping = disabled
29- ktlint_standard_no-blank-line-in-list = disabled
3029ktlint_standard_no-consecutive-comments = disabled
3130ktlint_standard_no-empty-first-line-in-class-body = disabled
3231ktlint_standard_no-empty-first-line-in-method-block = disabled
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ import org.schabi.newpipe.util.image.ImageStrategy
4747 */
4848class MediaBrowserImpl (
4949 private val context : Context ,
50- notifyChildrenChanged : Consumer <String > // parentId
50+ // parentId
51+ notifyChildrenChanged : Consumer <String >
5152) {
5253 private val packageValidator = PackageValidator (context)
5354 private val database = NewPipeDatabase .getInstance(context)
You can’t perform that action at this time.
0 commit comments