Fix trailing spaces

This commit is contained in:
Sébastien Lucas 2014-01-06 21:24:45 +01:00
parent e96eaf86e5
commit f651184928

View file

@ -34,7 +34,7 @@ function serverSideRender ($data) {
if (!empty ($data)) { if (!empty ($data)) {
return $dot ($data); return $dot ($data);
} }
return NULL; return NULL;
} }