Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Feb 13, 2024
1 parent 8be32fb commit da44071
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/segment/block_index/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ fn concat_files<P: AsRef<Path>>(src_path: P, dest_path: P) -> crate::Result<()>
let mut reader = BufReader::new(reader);

let writer = OpenOptions::new()

.create(true)
.append(true)
.open(dest_path)?;
Expand Down

0 comments on commit da44071

Please sign in to comment.