chore(script): adjust scripts format

This commit is contained in:
Skylot
2023-09-12 19:52:50 +01:00
parent 24657f6b3c
commit 2dc0db230c
13 changed files with 59 additions and 38 deletions
@@ -25,6 +25,6 @@ jadx.gui.ifAvailable {
fun printOptions() {
allOptions.forEach { opt ->
println("Option: '${opt.name}', id: '${opt.id}', value: '${opt.value}'")
log.info { "Option: '${opt.name}', id: '${opt.id}', value: '${opt.value}'" }
}
}