Skip to content

Commit

Permalink
running prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Nov 10, 2024
1 parent 2904326 commit 7a96111
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions schema/update8.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1285,9 +1285,7 @@
"type": "object",
"$ref": "#/$defs/FGEquipmentZipline--merged",
"unevaluatedProperties": false,
"required": [
"mShouldPlayDeactivateSound"
],
"required": ["mShouldPlayDeactivateSound"],
"properties": {
"mShouldPlayDeactivateSound": {
"$ref": "common.schema.json#/$defs/boolean"
Expand All @@ -1308,9 +1306,7 @@
"type": "object",
"$ref": "#/$defs/FGParachute--merged",
"unevaluatedProperties": false,
"required": [
"ArmEquipmentsToSkipAnim"
],
"required": ["ArmEquipmentsToSkipAnim"],
"properties": {
"ArmEquipmentsToSkipAnim": {
"type": "string",
Expand Down

0 comments on commit 7a96111

Please sign in to comment.