mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-09 05:44:33 -05:00
[skip ci] Formatting
This commit is contained in:
@@ -95,7 +95,10 @@ object Search {
|
||||
|
||||
private fun Filter.Select<*>.getValuesType(): String = values::class.java.componentType!!.simpleName
|
||||
|
||||
class SerializableGroup(name: String, state: List<FilterObject>) : Filter<List<FilterObject>>(name, state)
|
||||
class SerializableGroup(
|
||||
name: String,
|
||||
state: List<FilterObject>,
|
||||
) : Filter<List<FilterObject>>(name, state)
|
||||
|
||||
data class FilterObject(
|
||||
val type: String,
|
||||
|
||||
Reference in New Issue
Block a user