code cleanup

This commit is contained in:
az 2021-08-25 09:31:08 +02:00
parent 7230dbaaff
commit f518e00208

View file

@ -424,14 +424,3 @@ internal data class ResultLine(val level: Int, val method: String?, var provResu
return "---".repeat(level) + "> "
}
}
fun Prov.myfu() = def {
cmd("echo asdf222")
}
fun main() {
local().def {
cmd("echo asdfasdf")
myfu()
}
}