fix formatting
This commit is contained in:
parent
7d51fac18e
commit
2b0392ea44
1 changed files with 2 additions and 2 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue