mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
fix bugs breaking tests
This commit is contained in:
parent
ecb661f719
commit
1f67d9edd8
6 changed files with 47 additions and 41 deletions
|
@ -14,7 +14,7 @@ mut:
|
|||
delimiter byte
|
||||
}
|
||||
|
||||
pub fn new_writer() *Writer {
|
||||
pub fn new_writer() &Writer {
|
||||
return &Writer{
|
||||
delimiter: `,`,
|
||||
sb: strings.new_builder(200)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue