Skip to content

Commit

Permalink
fix header in split tiny v2 writer
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Apr 28, 2024
1 parent 5426110 commit c034679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public boolean open(Path path) throws IOException {
writer().write("tiny");
writer().write("\t");
writer().write("2");;
writer().write("/t");
writer().write("\t");
writer().write("0");
writer().write("\t");
writer().write("official");
Expand Down

0 comments on commit c034679

Please sign in to comment.