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 46ac633 commit d67cee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions schema/1.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2226,9 +2226,7 @@
"type": "object",
"$ref": "#/$defs/FGSuitBase--merged",
"unevaluatedProperties": false,
"required": [
"mSuitMeshMaterials"
],
"required": ["mSuitMeshMaterials"],
"properties": {
"mSuitMeshMaterials": {
"type": "string",
Expand Down
4 changes: 1 addition & 3 deletions schema/update8.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1123,9 +1123,7 @@
"type": "object",
"$ref": "#/$defs/FGSuitBase--merged",
"unevaluatedProperties": false,
"required": [
"mSuit1PMeshMaterials"
],
"required": ["mSuit1PMeshMaterials"],
"properties": {
"mSuit1PMeshMaterials": {
"type": "string",
Expand Down

0 comments on commit d67cee0

Please sign in to comment.