Skip to content

Commit 87f15fb

Browse files
committed
schema: fix json
Fix a bad indentation in json after commit af0d16d (for some reason CI didn't catch that). Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent a009f6d commit 87f15fb

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)