export: Remove each line's end spaces
Known Issue: Last spaces is not removed.
This commit is contained in:
parent
f517c7a776
commit
0727da134f
|
@ -245,6 +245,8 @@ class GameRecorder {
|
||||||
moveHistoryText = "";
|
moveHistoryText = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
moveHistoryText = moveHistoryText.replaceAll(' \n', '\n');
|
||||||
|
|
||||||
return moveHistoryText;
|
return moveHistoryText;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue