Skip to content

Commit f538a74

Browse files
committed
fix: whitespace issue
1 parent 214a853 commit f538a74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/node/src/services/template.ts.twig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,8 @@ export class {{ service.name | caseUcfirst }} {
9494
);
9595
{%~ endif %}
9696
}
97+
{%~ if not loop.last %}
98+
99+
{%~ endif %}
97100
{%~ endfor %}
98101
}

0 commit comments

Comments
 (0)