mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix csv/writer.v
This commit is contained in:
parent
c72bf0e1b1
commit
83b8d642b4
@ -8,8 +8,7 @@ import strings
|
||||
|
||||
struct Writer {
|
||||
sb strings.Builder
|
||||
pub:
|
||||
mut:
|
||||
pub mut:
|
||||
use_crlf bool
|
||||
delimiter byte
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user