mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-02 18:34:39 -05:00
Lint
This commit is contained in:
@@ -121,7 +121,6 @@ interface Filter<T : Filter<T>> : HasGetOp {
|
|||||||
}
|
}
|
||||||
return op
|
return op
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ScalarFilter<T> {
|
interface ScalarFilter<T> {
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ interface OrderBy<T> {
|
|||||||
fun less(cursor: Cursor): Op<Boolean>
|
fun less(cursor: Cursor): Op<Boolean>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
fun SortOrder?.maybeSwap(value: Any?): SortOrder {
|
fun SortOrder?.maybeSwap(value: Any?): SortOrder {
|
||||||
return if (value != null) {
|
return if (value != null) {
|
||||||
when (this) {
|
when (this) {
|
||||||
|
|||||||
Reference in New Issue
Block a user