mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Minor cleanup
This commit is contained in:
@@ -15,9 +15,7 @@ fun TaskContainerScope.registerLocalizationTask(project: Project) {
|
||||
.orEmpty()
|
||||
val json = JsonObject().apply {
|
||||
val array = JsonArray().apply {
|
||||
langs.forEach {
|
||||
add(it)
|
||||
}
|
||||
langs.forEach(::add)
|
||||
}
|
||||
add("langs", array)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user