Skip to content
Snippets Groups Projects
Commit 129d390e authored by Lars Trieloff's avatar Lars Trieloff
Browse files

[trivial] fix frontmatter spacing

parent 3b8516c9
No related branches found
No related tags found
No related merge requests found
...@@ -15,4 +15,4 @@ This is an abstract schema. It has `definitions`, but does not declare any prope ...@@ -15,4 +15,4 @@ This is an abstract schema. It has `definitions`, but does not declare any prope
|----------|------------|-------------------|------------| |----------|------------|-------------------|------------|
| Cannot be instantiated | Yes | Forbidden | [abstract.schema.json](abstract.schema.json) | | Cannot be instantiated | Yes | Forbidden | [abstract.schema.json](abstract.schema.json) |
--- ---
\ No newline at end of file
--- ---
template: reference template: reference
foo: bar foo: bar
......
--- ---
template: reference template: reference
foo: bar foo: bar
......
--- ---
template: reference template: reference
foo: bar foo: bar
......
--- ---
template: reference template: reference
foo: bar foo: bar
......
--- ---
template: reference template: reference
foo: bar foo: bar
......
--- ---
template: reference template: reference
foo: bar foo: bar
......
--- ---
template: reference template: reference
foo: bar foo: bar
......
--- ---
template: reference template: reference
foo: bar foo: bar
......
...@@ -3,9 +3,7 @@ ...@@ -3,9 +3,7 @@
* This file is licensed to you under the Apache License, Version 2.0 (the "License"); * This file is licensed to you under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. You may obtain a copy * you may not use this file except in compliance with the License. You may obtain a copy
* of the License at http://www.apache.org/licenses/LICENSE-2.0 * of the License at http://www.apache.org/licenses/LICENSE-2.0
*/ %> */ %><% if (meta) { %>---
<% if (meta) { %>
---
<% _.forIn(meta, (value, key, object) => { %> <% _.forIn(meta, (value, key, object) => { %>
<%= key %>: <%= value %> <%= key %>: <%= value %>
<% }); %> <% }); %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment