mirror of
https://github.com/vlang/v.git
synced 2025-09-16 07:52:32 +03:00
fmt: fix alignment of struct init fields (#22025)
This commit is contained in:
parent
99da5726db
commit
c51d30bf53
671 changed files with 18817 additions and 18787 deletions
|
@ -164,8 +164,8 @@ pub fn new_digest(hash_size u8, key []u8) !&Digest {
|
|||
}
|
||||
|
||||
mut d := Digest{
|
||||
h: blake2s.iv.clone()
|
||||
t: 0
|
||||
h: blake2s.iv.clone()
|
||||
t: 0
|
||||
hash_size: hash_size
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
2048
vlib/crypto/blake2s/testdata/test_vectors.v
vendored
2048
vlib/crypto/blake2s/testdata/test_vectors.v
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue