Skip to content

Commit e83cdc2

Browse files
authored
Merge pull request #1297 from kolyshkin/fix-indent
schema: fix json
2 parents a009f6d + 87f15fb commit e83cdc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/defs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"type": "string"
7676
}
7777
},
78-
"ArrayOfUint32": {
78+
"ArrayOfUint32": {
7979
"type": "array",
8080
"items": {
8181
"$ref": "#definitions/uint32"

0 commit comments

Comments
 (0)