mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt fixes
This commit is contained in:
@@ -145,4 +145,4 @@ fn block(dig &Digest, p []byte) {
|
||||
|
||||
pub fn (d &Digest) size() int { return Size }
|
||||
|
||||
pub fn (d &Digest) block_size() int { return BlockSize }
|
||||
pub fn (d &Digest) block_size() int { return BlockSize }
|
||||
|
||||
@@ -150,4 +150,4 @@ fn block(dig &Digest, p []byte) {
|
||||
|
||||
pub fn (d &Digest) size() int { return Size }
|
||||
|
||||
pub fn (d &Digest) block_size() int { return BlockSize }
|
||||
pub fn (d &Digest) block_size() int { return BlockSize }
|
||||
|
||||
Reference in New Issue
Block a user