Skip to content

Commit f16fa15

Browse files
committed
More clippy
1 parent 18345c6 commit f16fa15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion-cli/src/print_format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fn print_batches_with_sep(batches: &[RecordBatch], delimiter: u8) -> Result<Stri
5959
let mut bytes = vec![];
6060
{
6161
let builder = WriterBuilder::new()
62-
.has_headers(true)
62+
.with_header(true)
6363
.with_delimiter(delimiter);
6464
let mut writer = builder.build(&mut bytes);
6565
for batch in batches {

0 commit comments

Comments
 (0)