mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +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,7 +14,7 @@ mut:
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
pub struct WriterConfig {
|
pub struct WriterConfig {
|
||||||
use_crlf bool = false
|
use_crlf bool
|
||||||
delimiter u8 = `,`
|
delimiter u8 = `,`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue