Skip to content

Commit

Permalink
Remove wasteful (and buggy) code-duplication / non-use of result
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Jul 25, 2024
1 parent 772d072 commit f6ff7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game_gen/src/anagrams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ int main(int argc, char* argv[])
continue;
}

out_file << gen_json(a.anagrams_of(k));
out_file << gen_json(game);

idx++;
}
Expand Down

0 comments on commit f6ff7f9

Please sign in to comment.