mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
csv: minor cleanup in writer.v (#15633)
This commit is contained in:
parent
728b198384
commit
bfdd6f1cf8
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ mut:
|
|||
|
||||
[params]
|
||||
pub struct WriterConfig {
|
||||
use_crlf bool = false
|
||||
delimiter u8 = `,`
|
||||
use_crlf bool
|
||||
delimiter u8 = `,`
|
||||
}
|
||||
|
||||
// new_writer returns a reference to a Writer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue