Skip to content

Commit

Permalink
Update json_schema.py
Browse files Browse the repository at this point in the history
Several superfluous commas removed
  • Loading branch information
hackathlete authored and olofk committed Jan 1, 2024
1 parent c4c3112 commit 436b188
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fusesoc/capi2/json_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"additionalProperties": false,
"required": [
"name",
"repo",
"repo"
]
},
{
Expand Down Expand Up @@ -272,7 +272,7 @@
}
}
},
"additionalProperties": false,
"additionalProperties": false
}
},
"additionalProperties": false
Expand Down Expand Up @@ -375,7 +375,7 @@
}
}
},
"additionalProperties": false,
"additionalProperties": false
}
}
},
Expand Down

0 comments on commit 436b188

Please sign in to comment.