Skip to content

Commit 40d60c6

Browse files
committed
style
1 parent 7865bfc commit 40d60c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/jesse_state.erl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@
6161
, error_handler :: fun(( jesse_error:error_reason()
6262
, [jesse_error:error_reason()]
6363
, non_neg_integer()
64-
) -> list() | no_return()
65-
)
64+
) -> list()
65+
| no_return()
66+
)
6667
, default_schema_ver :: binary()
67-
, schema_loader_fun :: fun(( string()
68-
) -> {ok, jesse:json_term()} |
69-
jesse:json_term() |
70-
?not_found
71-
)
68+
, schema_loader_fun :: fun((string()) -> {ok, jesse:json_term()}
69+
| jesse:json_term()
70+
| ?not_found
71+
)
7272
, external_validator :: external_validator()
7373
, id :: http_uri:uri() | 'undefined'
7474
}

0 commit comments

Comments
 (0)