Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbalogh committed Nov 7, 2024
1 parent 31b9ec9 commit fc5140f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ impl RecordsIO {
.open(path)
.await?;

Ok(Box::new(tokio::io::BufWriter::new(file)))
Ok(Box::new(BufWriter::new(file)))
}
RecordsIO::Stdout => {
trace!("stdout writer");
Expand Down

0 comments on commit fc5140f

Please sign in to comment.