mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
all: change empty comment to newline (#22053)
This commit is contained in:
parent
38e23a76f3
commit
cb58db56ef
20 changed files with 31 additions and 33 deletions
|
@ -51,7 +51,7 @@ fn test_aead_decrypt_vector_test_51() ! {
|
|||
mut ciphertext_msg := []u8{}
|
||||
ciphertext_msg << ciphertext
|
||||
ciphertext_msg << expected_tag
|
||||
//
|
||||
|
||||
ncsize := nonce.len
|
||||
mut c := new(key, ncsize)!
|
||||
mut cs := chacha20.new_cipher(key, nonce)!
|
||||
|
|
|
@ -16,7 +16,7 @@ enum State {
|
|||
simple // default - no special interpretation of tags, *at all*!
|
||||
// That is suitable for the general case of text template interpolation,
|
||||
// for example for interpolating arbitrary source code (even V source) templates.
|
||||
//
|
||||
|
||||
html // default, only when the template extension is .html
|
||||
css // <style>
|
||||
js // <script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue