Attention is currently required from: dexter, jolly.
3 comments:
File src/crypto_utils.erl:
Patch Set #1, Line 214: RootCiCertPem = case file:read_file(RootCiCertPath) of
cosmetic: you're adding tabs to a file that uses spaces
Patch Set #1, Line 218: throw
`throw` is normally used to break long recursion chains.
`erlang:error/1` is a better fit for signalling a run-time error.
File src/onomondo_eim_app.erl:
Patch Set #1, Line 35: true ->
likewise: use spaces (not tabs) and `erlang:error/1`.
To view, visit change 42833. To unsubscribe, or for help writing mail filters, visit settings.