fix csv/writer.v

pull/3079/head
Alexander Medvednikov 2019-12-13 20:45:48 +03:00
parent c72bf0e1b1
commit 83b8d642b4
1 changed files with 1 additions and 2 deletions

View File

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