Ver código fonte

Fixed syntax error

pull/392/head
walrusVision 8 anos atrás
pai
commit
2d370918eb
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      test/lager_test_function_transform.erl

+ 1
- 1
test/lager_test_function_transform.erl Ver arquivo

@ -46,7 +46,7 @@ transform_static() ->
transform_dynamic() ->
case lager_util:otp_version() >= 18 of
true ->
erlang:monotonic_time()
erlang:monotonic_time();
false ->
erlang:now()
end.

Carregando…
Cancelar
Salvar