Skip to content

Commit 61e4987

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 58a2ecf commit 61e4987

6 files changed

Lines changed: 8 additions & 1 deletion

File tree

tools/test-schema/negative_test/molecule/platforms_children/molecule.yml.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
stdout:
2020

2121
```json
22+
2223
```
2324

2425
stderr:

tools/test-schema/negative_test/molecule/platforms_networks/molecule.yml.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
stdout:
2929

3030
```json
31+
3132
```
3233

3334
stderr:

tools/test-schema/src/schema.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ console.log(`Schemas: ${schema_files}`);
4747

4848
describe("schemas under f/", function () {
4949
schema_files.forEach((schema_file) => {
50-
const schema_json = JSON.parse(fs.readFileSync(`${schema_path}${schema_file}`, "utf8"));
50+
const schema_json = JSON.parse(
51+
fs.readFileSync(`${schema_path}${schema_file}`, "utf8")
52+
);
5153
ajv.addSchema(schema_json);
5254
const validator = ajv.compile(schema_json);
5355
if (schema_json.examples == undefined) {

tools/test-schema/test/molecule/cluster/molecule.yml.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
stdout:
44

55
```json
6+
67
```
78

89
stderr:

tools/test-schema/test/molecule/default/molecule.yml.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
stdout:
44

55
```json
6+
67
```
78

89
stderr:

tools/test-schema/test/molecule/vagrant/molecule.yml.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
stdout:
44

55
```json
6+
67
```
78

89
stderr:

0 commit comments

Comments
 (0)