Add space after for
parent
29047c2481
commit
5399d27875
|
@ -55,7 +55,7 @@ const PhpSerialization = {
|
|||
*/
|
||||
function readUntil(until) {
|
||||
let result = "";
|
||||
for(;;) {
|
||||
for (;;) {
|
||||
let char = read(1);
|
||||
if (char === until) {
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue