Skip to content

Commit c39905c

Browse files
committed
Fix indentation from PR #601
Weird style, but ok.
1 parent 0c369db commit c39905c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util/gobConfig.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ struct
182182
begin
183183
try get_value (List.assoc key m) pth
184184
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
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
187187
end
188188
| `List a, Index (Int i, pth) ->
189189
begin

0 commit comments

Comments
 (0)