mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
csv: minor cleanup in writer.v (#15633)
This commit is contained in:
parent
728b198384
commit
bfdd6f1cf8
@ -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…
Reference in New Issue
Block a user