Closed dirkschulze closed 9 years ago
We have a lot of write() operations with + ctx.terminator at the end. We should strip that to writeln().
write()
+ ctx.terminator
writeln()
We have a lot of
write()
operations with+ ctx.terminator
at the end. We should strip that towriteln()
.