Explorar el Código

Fixed syntax error

pull/392/head
walrusVision hace 8 años
padre
commit
2d370918eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/lager_test_function_transform.erl

+ 1
- 1
test/lager_test_function_transform.erl Ver fichero

@ -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.

Cargando…
Cancelar
Guardar