formatting

This commit is contained in:
2024-12-30 17:36:22 +02:00
parent 4858178f52
commit f0fdf146a8
141 changed files with 1850 additions and 1882 deletions

View File

@@ -10,7 +10,7 @@ mut n := b.node_new(ipaddr: 'root@51.195.61.5')!
println(n)
r:=n.exec(cmd:"ls /")!
r := n.exec(cmd: 'ls /')!
println(r)
// n.upload(source: myexamplepath, dest: '/tmp/myexamplepath2')!