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:
@@ -14,8 +14,8 @@ mut:
|
|||||||
|
|
||||||
[params]
|
[params]
|
||||||
pub struct WriterConfig {
|
pub struct WriterConfig {
|
||||||
use_crlf bool = false
|
use_crlf bool
|
||||||
delimiter u8 = `,`
|
delimiter u8 = `,`
|
||||||
}
|
}
|
||||||
|
|
||||||
// new_writer returns a reference to a Writer
|
// new_writer returns a reference to a Writer
|
||||||
|
Reference in New Issue
Block a user