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 {
|
struct Writer {
|
||||||
sb strings.Builder
|
sb strings.Builder
|
||||||
pub:
|
pub mut:
|
||||||
mut:
|
|
||||||
use_crlf bool
|
use_crlf bool
|
||||||
delimiter byte
|
delimiter byte
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user