all: change single blank comment to blank line (#22016)

This commit is contained in:
yuyi 2024-08-09 19:55:58 +08:00 committed by GitHub
parent 793b66d8d5
commit 19f080ffb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
147 changed files with 319 additions and 339 deletions

View file

@ -29,7 +29,7 @@ fn read_from_string(text string, capacity int) []u8 {
text: text
}
mut stream := io.new_buffered_reader(reader: str, cap: capacity)
//
mut buf := []u8{len: 1}
mut res := []u8{}
mut i := 0