code cleanup
This commit is contained in:
parent
7230dbaaff
commit
f518e00208
1 changed files with 0 additions and 11 deletions
|
@ -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()
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue