Skip to content

Commit 0bb6e82

Browse files
committed
test: fix tests/angular_devkit/core/json/schema/serializers/schema_benchmark.json file formatting
1 parent 7cd801e commit 0bb6e82

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

tests/angular_devkit/core/json/schema/serializers/schema_benchmark.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,13 @@
176176
}
177177
},
178178
"additionalProperties": true,
179-
"required": [
180-
"input"
181-
]
179+
"required": ["input"]
182180
}
183181
]
184182
},
185183
"additionalProperties": false
186184
},
187-
"environmentSource":{
185+
"environmentSource": {
188186
"description": "Source file for environment config.",
189187
"type": "string"
190188
},
@@ -260,9 +258,7 @@
260258
"default": []
261259
}
262260
},
263-
"required": [
264-
"project"
265-
],
261+
"required": ["project"],
266262
"additionalProperties": false
267263
}
268264
},
@@ -511,19 +507,16 @@
511507
"description": "The host the application will be served on.",
512508
"type": "string",
513509
"default": "localhost"
514-
515510
},
516511
"ssl": {
517512
"description": "Enables ssl for the application.",
518513
"type": "boolean",
519514
"default": false
520-
521515
},
522516
"sslKey": {
523517
"description": "The ssl key used by the server.",
524518
"type": "string",
525519
"default": "ssl/server.key"
526-
527520
},
528521
"sslCert": {
529522
"description": "The ssl certificate used by the server.",
@@ -558,7 +551,7 @@
558551
},
559552
"packageManager": {
560553
"description": "Specify which package manager tool to use.",
561-
"enum": [ "npm", "cnpm", "yarn", "default" ],
554+
"enum": ["npm", "cnpm", "yarn", "default"],
562555
"default": "default",
563556
"type": "string"
564557
},

0 commit comments

Comments
 (0)