highlight history now contains spaces
This commit is contained in:
parent
3e5bdb52e0
commit
4a8890826f
1 changed files with 1 additions and 1 deletions
|
@ -77,6 +77,6 @@ string format_guess_history(vector<int> sequence, vector<int> guess) {
|
||||||
|
|
||||||
string r_string = "";
|
string r_string = "";
|
||||||
for(string s : r)
|
for(string s : r)
|
||||||
r_string += s;
|
r_string += s + " ";
|
||||||
return r_string;
|
return r_string;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue