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

@@ -14,7 +14,7 @@ mut:
_, privkey := ed25519.generate_key()!
mut a := AStruct{
items: ['a', 'b']
nr: 10
nr: 10
// privkey: []u8{len: 5, init: u8(0xf8)}
privkey: privkey
}
@@ -36,10 +36,9 @@ aa.privkey = d.get_bytes()
assert a == aa
a = AStruct{
items: ['a', 'b']
nr: 10
items: ['a', 'b']
nr: 10
privkey: []u8{len: 5, init: u8(0xf8)}
}