Skip to content

Commit

Permalink
running prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Nov 4, 2024
1 parent 3da608c commit aa42077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions schema/1.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,7 @@
"FGBuildableBlueprintDesigner--base": {
"type": "object",
"$ref": "#/$defs/FGBuildableBlueprintDesigner--merged",
"required": [
"mCurrentRecordData"
],
"required": ["mCurrentRecordData"],
"properties": {
"mCurrentRecordData": {
"type": "string",
Expand Down
5 changes: 1 addition & 4 deletions schema/update8.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,7 @@
"type": "object",
"$ref": "#/$defs/FGBuildableBlueprintDesigner--merged",
"unevaluatedProperties": false,
"required": [
"mIntersectComponents",
"mCurrentRecordData"
],
"required": ["mIntersectComponents", "mCurrentRecordData"],
"properties": {
"ClassName": {
"type": "string",
Expand Down

0 comments on commit aa42077

Please sign in to comment.