Skip to content

Commit

Permalink
remove extra finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 committed Dec 18, 2024
1 parent 1b50b0b commit e61e1dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BSDiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ function bspatch(
arg_write(new) do new_io
new_io = BufferedOutputStream(new_io)
apply_patch(patch_obj, old_data, new_io)
finalize(patch_obj)
flush(new_io)
end
end
Expand Down

0 comments on commit e61e1dc

Please sign in to comment.