csv: minor cleanup in writer.v (#15633)

This commit is contained in:
yuyi 2022-09-02 02:23:18 +08:00 committed by GitHub
parent 728b198384
commit bfdd6f1cf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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