Skip to content

Commit 6a4f213

Browse files
committed
fix: whitespace in ts
1 parent 9211fb0 commit 6a4f213

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/cli/lib/type-generation/languages/typescript.js.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export enum <%- toPascalCase(attribute.key) %> {
7575
<%- element.toUpperCase() %> = "<%- element %>",
7676
<% } -%>
7777
}
78+
7879
<% } -%>
7980
<% } -%>
8081
<% } -%>
@@ -84,6 +85,7 @@ export type <%- toPascalCase(collection.name) %> = Models.Document & {
8485
<%- attribute.key %>: <%- getType(attribute) %>;
8586
<% } -%>
8687
}
88+
8789
<% } %>`;
8890
}
8991

0 commit comments

Comments
 (0)