Skip to content

Commit

Permalink
Update builder.h
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkProfitSG authored May 4, 2021
1 parent 641c1c1 commit f4d06da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Builder/builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <vector>
#include <fstream>
#include <cstring>
#include <tuple>
#include <sstream>

class Builder {
Expand Down Expand Up @@ -838,4 +837,4 @@ class Builder {
printf("%s.txt has been successfully built.\n", outputFile.c_str());
printf(R"(items.dat version with version "%i" with "%i" total item in it.)", version, totalItem);
}
};
};

0 comments on commit f4d06da

Please sign in to comment.