Skip to content

Commit

Permalink
Remove unnecessary semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jan 18, 2025
1 parent ac79927 commit ee306e3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public Path patch() {
override.getValue().apply("").transferTo(output);
output.closeEntry();
}
;

output.flush();
output.finish();
Expand Down

0 comments on commit ee306e3

Please sign in to comment.