Skip to content

Commit

Permalink
Flush comment for linewidth 100
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Jul 25, 2024
1 parent 88ae251 commit 772d072
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions game_gen/src/anagrams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ int main(int argc, char* argv[])
size_t anagrams__time = 0;

for (std::string k : keys) {
// Ignore keys that would lead to a game with the longest word not being of
// MAX length
// Ignore keys that would lead to a game with the longest word not being of MAX length
if (word_size(k) < MAX_LENGTH) {
skipped__short_keys += 1;
continue;
Expand Down

0 comments on commit 772d072

Please sign in to comment.