We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c369db commit c39905cCopy full SHA for c39905c
src/util/gobConfig.ml
@@ -182,8 +182,8 @@ struct
182
begin
183
try get_value (List.assoc key m) pth
184
with Not_found ->
185
- try get_value (List.assoc Options.defaults_additional_field m) pth (* if schema specifies additionalProperties, then use the default from that *)
186
- with Not_found -> raise ConfTypeError
+ try get_value (List.assoc Options.defaults_additional_field m) pth (* if schema specifies additionalProperties, then use the default from that *)
+ with Not_found -> raise ConfTypeError
187
end
188
| `List a, Index (Int i, pth) ->
189
0 commit comments