mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
Fix ktlint setup
This commit is contained in:
parent
60af91b91c
commit
e7329d6968
4 changed files with 3 additions and 3 deletions
BIN
Habitica/libs/LeonidsLib-1.3.2.jar
Normal file
BIN
Habitica/libs/LeonidsLib-1.3.2.jar
Normal file
Binary file not shown.
|
|
@ -9,4 +9,4 @@ enum class Attribute constructor(val value: String) {
|
||||||
companion object {
|
companion object {
|
||||||
fun from(type: String?): Attribute? = values().find { it.value == type }
|
fun from(type: String?): Attribute? = values().find { it.value == type }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,4 +9,4 @@ enum class Frequency constructor(val value: String) {
|
||||||
companion object {
|
companion object {
|
||||||
fun from(type: String?): Frequency? = values().find { it.value == type }
|
fun from(type: String?): Frequency? = values().find { it.value == type }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,4 @@ enum class TaskType constructor(val value: String) {
|
||||||
companion object {
|
companion object {
|
||||||
fun from(type: String?): TaskType? = values().find { it.value == type }
|
fun from(type: String?): TaskType? = values().find { it.value == type }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue