fix csv/writer.v

This commit is contained in:
Alexander Medvednikov 2019-12-13 20:45:48 +03:00
parent c72bf0e1b1
commit 83b8d642b4

View file

@ -8,8 +8,7 @@ import strings
struct Writer {
sb strings.Builder
pub:
mut:
pub mut:
use_crlf bool
delimiter byte
}