fix formatting

This commit is contained in:
Peter Rounce 2023-09-16 15:28:36 +01:00
parent 7d51fac18e
commit 2b0392ea44

View file

@ -109,7 +109,7 @@ func main() {
uid := dec_p[1:8] uid := dec_p[1:8]
ctr := make([]byte, 3) ctr := make([]byte, 3)
ctr[0] = dec_p[10] ctr[0] = dec_p[10]
ctr[1] = dec_p[9] ctr[1] = dec_p[9]
ctr[2] = dec_p[8] ctr[2] = dec_p[8]