Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjunSahlot committed Jul 21, 2023
1 parent 4b64734 commit d154d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opening.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ namespace Opening {
}

string sequence = strip(possible[Random::random()%possible.size()]);

return {sequence, sequence.substr(moves.size(), 5)};
}
}

0 comments on commit d154d5a

Please sign in to comment.