Added back the toString in the PosToGenerateContainer

This commit is contained in:
Leonardo
2021-10-05 19:06:51 +02:00
parent 2b15c089f4
commit 0c275e1495
@@ -186,8 +186,5 @@ public class PosToGenerateContainer
builder.append('\n');
}
return builder.toString();
return " ";
}
}