osalvador / tePLSQL

PL/SQL Template engine
http://osalvador.github.io/tePLSQL/
MIT License
65 stars 18 forks source link

Generated code produces tailing space #11

Closed PhilippSalvisberg closed 8 years ago

PhilippSalvisberg commented 8 years ago

Hello Oscar,

During some tests I found out, that every template produces a single tailing space. Stripping it is easy for a single template, but when I include several templates, the solution requires further string manipulation to get rid of trailing spaces on every line.

It's a minor issue, of course.

Thank you.

Regards, Philipp