Skip to content

Commit c4affc9

Browse files
Add a new line after property-collapsible in api-resource partial
1 parent 3ed44ee commit c4affc9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/layouts/partials/api-resource.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@ This object has no properties.
4444
{{#each objectProperties}}
4545

4646
{{> property-collapsible this}}
47+
4748
{{/each}}
4849
{{/if}}
4950
{{/unless}}
5051
{{#if listProperties}}
5152
{{#each listProperties}}
5253

5354
{{> property-collapsible this}}
55+
5456
{{/each}}
5557
{{/if}}
5658

0 commit comments

Comments
 (0)