Skip to content

Commit

Permalink
Minify WordleDS.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicpkmn11 committed Mar 27, 2022
1 parent b83c009 commit 38569d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void Config::save() {

FILE *file = fopen(_path.c_str(), "w");
if(file) {
std::string dump = json.dump(1, '\t');
std::string dump = json.dump();
fwrite(dump.c_str(), 1, dump.size(), file);
fclose(file);
}
Expand Down

0 comments on commit 38569d5

Please sign in to comment.